4 lines
78 B
Bash
4 lines
78 B
Bash
if test "$CMAKE_CI_NIGHTLY" = "true"; then
|
|
source .gitlab/ci/ispc-env.sh
|
|
fi
|