summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/env_fedora40_ninja.sh
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-04-23 18:04:36 (GMT)
committerBrad King <brad.king@kitware.com>2024-04-24 20:45:20 (GMT)
commit9c004ddb3d7d2462fddd5da62baa5a91c6af4ccc (patch)
tree5f5ee7fb9d3f98894d4ca263eadfbf15a59a1dff /.gitlab/ci/env_fedora40_ninja.sh
parent0f56cc9a4ee61fa779796db6e8858a7db7b659ec (diff)
downloadCMake-9c004ddb3d7d2462fddd5da62baa5a91c6af4ccc.zip
CMake-9c004ddb3d7d2462fddd5da62baa5a91c6af4ccc.tar.gz
CMake-9c004ddb3d7d2462fddd5da62baa5a91c6af4ccc.tar.bz2
ci: use Fedora 40 images and environments
Leave the HIP-specific job on Fedora 39 for now. Issue: #25932
Diffstat (limited to '.gitlab/ci/env_fedora40_ninja.sh')
-rw-r--r--.gitlab/ci/env_fedora40_ninja.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab/ci/env_fedora40_ninja.sh b/.gitlab/ci/env_fedora40_ninja.sh
new file mode 100644
index 0000000..217ff30
--- /dev/null
+++ b/.gitlab/ci/env_fedora40_ninja.sh
@@ -0,0 +1,3 @@
+if test "$CMAKE_CI_NIGHTLY" = "true"; then
+ source .gitlab/ci/ispc-env.sh
+fi