parent
12195ff19f
commit
43ab429c09
1 changed files with 7 additions and 0 deletions
@ -1,4 +1,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 |
||||
|
Loading…
Reference in new issue