diff options
author | Brad King <brad.king@kitware.com> | 2021-07-02 11:26:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-07-02 12:19:43 (GMT) |
commit | 46c89c77de3216088afe11ffba33321b2cbb81e2 (patch) | |
tree | 65fb531b7b004442eb081fb8c16b3a65423cd9c9 /.gitlab/os-windows.yml | |
parent | 3ede66e17a7160683a353c5414a131368eff4861 (diff) | |
download | CMake-46c89c77de3216088afe11ffba33321b2cbb81e2.zip CMake-46c89c77de3216088afe11ffba33321b2cbb81e2.tar.gz CMake-46c89c77de3216088afe11ffba33321b2cbb81e2.tar.bz2 |
gitlab-ci: Rename CI config variable to avoid conflict with CMAKE_BUILD_TYPE
Since commit e216b9bbd3 (cmake: Allow CMAKE_BUILD_TYPE to be set by
environment variable, 2021-06-29), the `CMAKE_BUILD_TYPE` environment
variable is interpreted by CMake, and can affect the test suite.
Rename our CI config variable to avoid conflict.
Diffstat (limited to '.gitlab/os-windows.yml')
-rw-r--r-- | .gitlab/os-windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/os-windows.yml b/.gitlab/os-windows.yml index fb72ff1..90ff0a8 100644 --- a/.gitlab/os-windows.yml +++ b/.gitlab/os-windows.yml @@ -28,7 +28,7 @@ # Debug and RelWithDebinfo build types use the `/Zi` which results in # uncacheable compiations. # https://github.com/mozilla/sccache/issues/242 - CMAKE_BUILD_TYPE: Release + CMAKE_CI_BUILD_TYPE: Release CTEST_NO_WARNINGS_ALLOWED: 1 .windows_vs2019_x64_ninja: |