summaryrefslogtreecommitdiffstats
path: root/.gitlab
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2021-03-01 20:51:46 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2021-03-01 21:06:22 (GMT)
commite5698605d799c8dc588b50af44cb92f67af57b8f (patch)
tree92dc050c34fa1901ede96a857fd6158ed7fe7287 /.gitlab
parentbeb130c65d61dd1d1e78c9f413c20b88a7bf3ab4 (diff)
downloadCMake-e5698605d799c8dc588b50af44cb92f67af57b8f.zip
CMake-e5698605d799c8dc588b50af44cb92f67af57b8f.tar.gz
CMake-e5698605d799c8dc588b50af44cb92f67af57b8f.tar.bz2
gitlab-ci: ignore failing tests for external IDE testing
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/os-macos.yml2
-rw-r--r--.gitlab/os-windows.yml1
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml
index 810fdca..1ce96b3 100644
--- a/.gitlab/os-macos.yml
+++ b/.gitlab/os-macos.yml
@@ -70,6 +70,7 @@
variables:
CMAKE_CONFIGURATION: macos_x86_64_xcode
CMAKE_GENERATOR: Xcode
+ CMAKE_CI_NIGHTLY_IGNORE_DEPS: "true"
.macos_arm64_xcode:
extends: .macos
@@ -77,6 +78,7 @@
variables:
CMAKE_CONFIGURATION: macos_arm64_xcode
CMAKE_GENERATOR: Xcode
+ CMAKE_CI_NIGHTLY_IGNORE_DEPS: "true"
## Tags
diff --git a/.gitlab/os-windows.yml b/.gitlab/os-windows.yml
index 1fff2bb..3e9634d 100644
--- a/.gitlab/os-windows.yml
+++ b/.gitlab/os-windows.yml
@@ -50,6 +50,7 @@
CMAKE_GENERATOR: "Visual Studio 16 2019"
CMAKE_GENERATOR_PLATFORM: "x64"
CMAKE_GENERATOR_TOOLSET: "v142,version=14.28"
+ CMAKE_CI_NIGHTLY_IGNORE_DEPS: "true"
## Tags