diff options
author | Brad King <brad.king@kitware.com> | 2022-06-07 14:57:07 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-06-07 14:57:13 (GMT) |
commit | 031fa14b7eab1e85882eb5a9e10cb8f7f66c1350 (patch) | |
tree | f263e3db99139c9e77d180991e9595653d49e271 /.gitlab/os-macos.yml | |
parent | 4224df9eac7a1dd5dad92e90a808de05a2cb72d4 (diff) | |
parent | d14349c907bae69fe06ade224d790e5113945bb2 (diff) | |
download | CMake-031fa14b7eab1e85882eb5a9e10cb8f7f66c1350.zip CMake-031fa14b7eab1e85882eb5a9e10cb8f7f66c1350.tar.gz CMake-031fa14b7eab1e85882eb5a9e10cb8f7f66c1350.tar.bz2 |
Merge topic 'ci-ispc'
d14349c907 ci: Enable ISPC tests on Linux, Windows, and macOS nightly builds
49996faaac ci: remove ISPC from the Fedora CI image
3e791592ad gitlab-ci: init macOS and Windows jobs with per-CMAKE_CONFIGURATION scripts
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7336
Diffstat (limited to '.gitlab/os-macos.yml')
-rw-r--r-- | .gitlab/os-macos.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml index f36fe6d..da4757a 100644 --- a/.gitlab/os-macos.yml +++ b/.gitlab/os-macos.yml @@ -126,6 +126,7 @@ ## macOS-specific scripts .before_script_macos: &before_script_macos + - source .gitlab/ci/env.sh - .gitlab/ci/cmake.sh - export PATH=$PWD/.gitlab/cmake/bin:$PATH - .gitlab/ci/ninja.sh |