build.sh 374 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. export DOCKERHUB_ORGANIZATION=protobuftesting
  7. export DOCKERFILE_DIR=kokoro/linux/dockerfile/test/cpp_tcmalloc
  8. export DOCKER_RUN_SCRIPT=kokoro/linux/pull_request_in_docker.sh
  9. export OUTPUT_DIR=testoutput
  10. export TEST_SET="cpp_tcmalloc"
  11. ./kokoro/linux/build_and_run_docker.sh