go-jsonnet/travisBazel.sh
Stanisław Barzowski 0d5e73c8b0 Check Bazel in Travis
2019-09-11 01:01:01 +02:00

16 lines
407 B
Bash
Executable File

set -e
set -x
# See: https://github.com/bazelbuild/rules_go#how-do-i-run-bazel-on-travis-ci
bazel --host_jvm_args=-Xmx500m \
--host_jvm_args=-Xms500m \
test \
--spawn_strategy=standalone \
--genrule_strategy=standalone \
--test_strategy=standalone \
--local_resources=1536,1.5,0.5 \
--noshow_progress \
--verbose_failures \
--test_output=errors \
//:go_default_test