gitlab-ci: Fix MSYS_ROOT leaking to MSVC builds
This commit is contained in:
parent
bf9e206c39
commit
2e7ab376bf
1 changed files with 1 additions and 0 deletions
|
|
@ -546,6 +546,7 @@ gimp-snap:
|
|||
STORE_OPTION: '-Dms-store=true'
|
||||
- if: '($GIMP_CI_MESON_MSVC != null || "$[[ inputs.test_pipeline ]]" =~ /.*GIMP_CI_MESON_MSVC.*/) && $CI_JOB_NAME !~ /.*installer.*/ && $CI_JOB_NAME !~ /.*store.*/ && $CI_JOB_NAME !~ /.*aarch64.*/'
|
||||
variables:
|
||||
MSYS_ROOT: ""
|
||||
VCPKG_ROOT: "$CI_PROJECT_DIR/vcpkg"
|
||||
WARN_AS_ERROR_ON_CI: '-Dwerror=true'
|
||||
VARIANT: "-msvc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue