build.sh 359 B

12345678910111213141516
  1. #!/bin/bash
  2. #
  3. # This is the top-level script we give to Kokoro as the entry point for
  4. # running the "continuous" and "presubmit" jobs.
  5. set -ex
  6. # Change to repo root
  7. cd $(dirname $0)/../../..
  8. # Initialize any submodules.
  9. git submodule update --init --recursive
  10. kokoro/linux/aarch64/qemu_helpers/prepare_qemu.sh
  11. kokoro/linux/aarch64/test_csharp_aarch64.sh