blob: ddef79627ecf0deacb3756f932c145c3ac7ff721 [file] [log] [blame]
Ray Milkey2c9ed832018-08-07 10:45:52 -07001#!/bin/bash -ex
2
3# exit on errors
4set -eu -o pipefail
5
6ONOS_ROOT=`pwd`
7. tools/build/envDefaults
8
Ray Milkey2c9ed832018-08-07 10:45:52 -07009PATH=$PATH:/home/jenkins/bin
10
Ray Milkeybba274f2018-08-08 11:14:51 -070011bazel build onos
Ray Milkey8ea87db2018-09-05 11:31:11 -070012bazel query "tests(//...)" | SHLVL=1 xargs bazel test --test_summary=terse --test_output=errors
Ray Milkeycd130d62018-08-16 14:59:31 -070013bazel run //:buildifier_check