build.sh 228 B

123456789101112
  1. #!/bin/bash
  2. #
  3. # Build file to set up and run tests
  4. # Change to repo root
  5. cd $(dirname $0)/../../..
  6. # Prepare worker environment to run tests
  7. KOKORO_INSTALL_TOX=yes
  8. source kokoro/macos/prepare_build_macos_rc
  9. ./tests.sh python