Update .gitlab-ci.yml
This commit is contained in:
@@ -60,28 +60,28 @@ VS2017-64-bit-shared-apps:
|
|||||||
variables:
|
variables:
|
||||||
SHARED: "TRUE"
|
SHARED: "TRUE"
|
||||||
APPS: "ON"
|
APPS: "ON"
|
||||||
<<: *VS2017_x64
|
<<: *VS2017_x64
|
||||||
|
|
||||||
|
|
||||||
VS2017-64-bit-static-apps:
|
VS2017-64-bit-static-apps:
|
||||||
variables:
|
variables:
|
||||||
SHARED: "FALSE"
|
SHARED: "FALSE"
|
||||||
APPS: "ON"
|
APPS: "ON"
|
||||||
<<: *VS2017_x64
|
<<: *VS2017_x64
|
||||||
|
|
||||||
|
|
||||||
VS2017-64-bit-shared-no-apps:
|
VS2017-64-bit-shared-no-apps:
|
||||||
variables:
|
variables:
|
||||||
SHARED: "TRUE"
|
SHARED: "TRUE"
|
||||||
APPS: "OFF"
|
APPS: "OFF"
|
||||||
<<: *VS2017_x64
|
<<: *VS2017_x64
|
||||||
|
|
||||||
|
|
||||||
VS2017-64-bit-static-no-apps:
|
VS2017-64-bit-static-no-apps:
|
||||||
variables:
|
variables:
|
||||||
SHARED: "FALSE"
|
SHARED: "FALSE"
|
||||||
APPS: "OFF"
|
APPS: "OFF"
|
||||||
<<: *VS2017_x64
|
<<: *VS2017_x64
|
||||||
|
|
||||||
|
|
||||||
VS2017-32-bit-shared-no-apps:
|
VS2017-32-bit-shared-no-apps:
|
||||||
|
|||||||
Reference in New Issue
Block a user