mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00
10 lines
231 B
Bash
Executable file
10 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
|