build.sh 299 B

123456789101112
  1. #!/bin/bash
  2. set -e
  3. cd ${KOKORO_ARTIFACTS_DIR}/github/googleapis
  4. cp .kokoro/.bazelrc $HOME/.bazelrc
  5. #
  6. # Run build and tests
  7. #
  8. ${BAZELISK_BIN} --output_user_root=${BAZEL_ROOT} build --keep_going //...
  9. ${BAZELISK_BIN} --output_user_root=${BAZEL_ROOT} test --flaky_test_attempts=3 --keep_going //...