Update .gitlab-ci.yml

This commit is contained in:
Martin Schultz
2018-05-23 16:42:40 +02:00
parent b7e8f0d9b4
commit d7fc167f0c

View File

@@ -60,28 +60,28 @@ VS2017-64-bit-shared-apps:
variables:
SHARED: "TRUE"
APPS: "ON"
<<: *VS2017_x64
<<: *VS2017_x64
VS2017-64-bit-static-apps:
variables:
SHARED: "FALSE"
APPS: "ON"
<<: *VS2017_x64
<<: *VS2017_x64
VS2017-64-bit-shared-no-apps:
variables:
SHARED: "TRUE"
APPS: "OFF"
<<: *VS2017_x64
<<: *VS2017_x64
VS2017-64-bit-static-no-apps:
variables:
SHARED: "FALSE"
APPS: "OFF"
<<: *VS2017_x64
<<: *VS2017_x64
VS2017-32-bit-shared-no-apps: