
Since Apple does not distribute the OpenMP header and library with its AppleClang compiler, download them as part of the jobs.
5 lines
105 B
Bash
5 lines
105 B
Bash
. .gitlab/ci/openmp-env.sh
|
|
if test "$CMAKE_CI_NIGHTLY" = "true"; then
|
|
source .gitlab/ci/ispc-env.sh
|
|
fi
|