blob: e6aae1d9039ec3702c4eea9ebdb1496033056fe3 [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 Milkeyf7df5252018-08-08 14:50:32 -070015bazel query "tests(//...)" | SHLVL=1 xargs bazel test
Ray Milkeycd130d62018-08-16 14:59:31 -070016bazel run //:buildifier_check