summaryrefslogtreecommitdiff
path: root/kokoro/ubuntu/build.sh
blob: 70a81592a51caefa77be1d810f7215f18272688e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

# Install the latest version of Bazel.
use_bazel.sh latest

# Log the bazel path and version.
which bazel
bazel version

cd $(dirname $0)/../..
bazel test :all
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback