sanity_check_cpp.sh 198 B

1234567
  1. #!/usr/bin/env bash
  2. # This script generate a ray C++ template and run example
  3. set -e
  4. rm -rf ray-template
  5. ray cpp --generate-bazel-project-template-to ray-template
  6. pushd ray-template && bash run.sh