blob: 504152db686c7df43ee4c50d03895d0079b5c8fb [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 Milkeycd130d62018-08-16 14:59:31 -070011bazel run //:buildifier_check
Ray Milkeyfc11c8f2019-01-23 09:10:56 -080012bazel build onos
13bazel query "tests(//...)" | grep -v "\-coverage" | SHLVL=1 xargs bazel test --test_summary=terse --test_output=errors
14