removed 32bit builds with apps for VS2017, as Qt does not provide

binariews for VS2017 32 bit
This commit is contained in:
schultz
2018-05-23 14:23:59 +02:00
parent 2bbbcc6897
commit 2904816049

View File

@@ -43,35 +43,6 @@ cppcheck:
artifacts:
paths:
- cppcheck.log
VS2017-32-bit-shared-apps:
variables:
BUILD_PLATFORM: "VS2017"
ARCHITECTURE: "x32"
SHARED: "TRUE"
APPS: "ON"
script: "CI\\Windows.bat"
tags:
- VS2017
- Qt5101
artifacts:
paths:
- build-release/*.exe
VS2017-32-bit-static-apps:
variables:
BUILD_PLATFORM: "VS2017"
ARCHITECTURE: "x32"
SHARED: "FALSE"
APPS: "ON"
script: "CI\\Windows.bat"
tags:
- VS2017
- Qt5101
artifacts:
paths:
- build-release/*.exe
VS2017-64-bit-shared-apps:
variables: