1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-16 08:06:38 -04:00
ray/release/util/sanity_check_cpp.sh
2021-09-24 23:39:00 +08:00

7 lines
220 B
Bash
Executable file

#!/usr/bin/env bash
# This script generate a ray C++ template and run example
set -e
rm -rf ray-template && mkdir ray-template
ray cpp --generate-bazel-project-template-to ray-template
pushd ray-template && bash run.sh