Reduce number of windows jobs

This commit is contained in:
Jan Möbius
2021-02-10 16:09:36 +01:00
parent 3b0362b0b3
commit b5b022978f
2 changed files with 16 additions and 12 deletions

View File

@@ -628,16 +628,17 @@ macos-cpp14-release:
# VS Version: VS2019
# Apps: {{APPS}}
build-VS2019-x64-shared-TRUE-no-apps:
build-VS2019-x64-shared-TRUE-apps:
stage: build
variables:
BUILD_PLATFORM: "VS2019"
ARCHITECTURE: "x64"
SHARED: "TRUE"
APPS: "OFF"
APPS: "ON"
script: "CI\\Windows.bat"
tags:
- VS2019
- Qt5150
artifacts:
paths:
- build-release/*.exe
@@ -655,16 +656,17 @@ build-VS2019-x64-shared-TRUE-no-apps:
# VS Version: VS2019
# Apps: {{APPS}}
build-VS2019-x64-shared-FALSE-no-apps:
build-VS2019-x64-shared-FALSE-apps:
stage: build
variables:
BUILD_PLATFORM: "VS2019"
ARCHITECTURE: "x64"
SHARED: "FALSE"
APPS: "OFF"
APPS: "ON"
script: "CI\\Windows.bat"
tags:
- VS2019
- Qt5150
artifacts:
paths:
- build-release/*.exe
@@ -683,16 +685,17 @@ build-VS2019-x64-shared-FALSE-no-apps:
# VS Version: VS2017
# Apps: {{APPS}}
build-VS2017-x64-shared-TRUE-no-apps:
build-VS2017-x64-shared-TRUE-apps:
stage: build
variables:
BUILD_PLATFORM: "VS2017"
ARCHITECTURE: "x64"
SHARED: "TRUE"
APPS: "OFF"
APPS: "ON"
script: "CI\\Windows.bat"
tags:
- VS2017
- Qt5101
artifacts:
paths:
- build-release/*.exe
@@ -710,16 +713,17 @@ build-VS2017-x64-shared-TRUE-no-apps:
# VS Version: VS2017
# Apps: {{APPS}}
build-VS2017-x64-shared-FALSE-no-apps:
build-VS2017-x64-shared-FALSE-apps:
stage: build
variables:
BUILD_PLATFORM: "VS2017"
ARCHITECTURE: "x64"
SHARED: "FALSE"
APPS: "OFF"
APPS: "ON"
script: "CI\\Windows.bat"
tags:
- VS2017
- Qt5101
artifacts:
paths:
- build-release/*.exe