summaryrefslogtreecommitdiff
path: root/kokoro/ubuntu/build.sh
blob: 3550a34ed444fafd2512c048af3857c8b3ee9fee (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 --test_output=errors :all
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback