mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 16:48:51 +08:00
11 lines
231 B
Bash
Executable File
11 lines
231 B
Bash
Executable File
# This file exists for Jenkins compatiblity
|
|
|
|
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
|
|
|
|
export RUN_TUNE_TESTS=1
|
|
export RUN_DOC_TESTS=1
|
|
export RUN_SGD_TESTS=1
|
|
export CI_BUILD_FROM_SOURCE=1
|
|
|
|
bash $ROOT_DIR/entry_point.sh
|