summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_macos_x86_64_makefiles.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-06-06 17:17:54 (GMT)
committerBrad King <brad.king@kitware.com>2022-06-06 21:00:07 (GMT)
commitd14349c907bae69fe06ade224d790e5113945bb2 (patch)
tree8750528fd98c13e7ae5b152666f8ed29ab933159 /.gitlab/ci/configure_macos_x86_64_makefiles.cmake
parent49996faaac552cf80cb2de53e0719bc6ba43432a (diff)
downloadCMake-d14349c907bae69fe06ade224d790e5113945bb2.zip
CMake-d14349c907bae69fe06ade224d790e5113945bb2.tar.gz
CMake-d14349c907bae69fe06ade224d790e5113945bb2.tar.bz2
ci: Enable ISPC tests on Linux, Windows, and macOS nightly builds
Diffstat (limited to '.gitlab/ci/configure_macos_x86_64_makefiles.cmake')
-rw-r--r--.gitlab/ci/configure_macos_x86_64_makefiles.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab/ci/configure_macos_x86_64_makefiles.cmake b/.gitlab/ci/configure_macos_x86_64_makefiles.cmake
index f657d98..d3ef93f 100644
--- a/.gitlab/ci/configure_macos_x86_64_makefiles.cmake
+++ b/.gitlab/ci/configure_macos_x86_64_makefiles.cmake
@@ -1,3 +1,7 @@
set(CMake_TEST_GUI "ON" CACHE BOOL "")
+if (NOT "$ENV{CMAKE_CI_NIGHTLY}" STREQUAL "")
+ set(CMake_TEST_ISPC "ON" CACHE STRING "")
+endif()
+
include("${CMAKE_CURRENT_LIST_DIR}/configure_macos_common.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/configure_common.cmake")