ci: test bazel builds on travis (#18240)
This commit is contained in:

committed by
Miško Hevery

parent
c7c0a1688e
commit
257a9e3e6f
5
scripts/ci/test-bazel.sh
Executable file
5
scripts/ci/test-bazel.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -u -e -o pipefail
|
||||
|
||||
bazel build ...
|
Reference in New Issue
Block a user