build.sh 246 B

12345678910111213
  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. g++ --version
  10. ./tests.sh python_cpp