blob: 019b77c1a7d6f4b2e7083696fa8a3ceab56d6497 [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
9curl -L -o bazel.sh https://github.com/bazelbuild/bazel/releases/download/0.15.2/bazel-0.15.2-installer-linux-x86_64.sh
10chmod +x bazel.sh
11./bazel.sh --user
12PATH=$PATH:/home/jenkins/bin
13
Ray Milkeybba274f2018-08-08 11:14:51 -070014bazel build onos
Ray Milkey8ea87db2018-09-05 11:31:11 -070015bazel query "tests(//...)" | SHLVL=1 xargs bazel test --test_summary=terse --test_output=errors
Ray Milkeycd130d62018-08-16 14:59:31 -070016bazel run //:buildifier_check