build.sh 202 B

1234567891011
  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. source kokoro/macos/prepare_build_macos_rc
  8. ./tests.sh cpp