Typo?
This commit is contained in:
100
.gitlab-ci.yml
100
.gitlab-ci.yml
@@ -45,18 +45,58 @@ cppcheck:
|
|||||||
- cppcheck.log
|
- cppcheck.log
|
||||||
|
|
||||||
|
|
||||||
#VS2015-64-bit-shared-apps:
|
.VS2015-64-bit-shared-apps:
|
||||||
# variables:
|
variables:
|
||||||
# BUILD_PLATFORM: "VS2015"
|
BUILD_PLATFORM: "VS2015"
|
||||||
# ARCHITECTURE: "x64"
|
ARCHITECTURE: "x64"
|
||||||
# SHARED: "TRUE"
|
SHARED: "TRUE"
|
||||||
# APPS: "ON"
|
APPS: "ON"
|
||||||
# script: "CI\\Windows.bat"
|
script: "CI\\Windows.bat"
|
||||||
# tags:
|
tags:
|
||||||
# - VS2015
|
- VS2015
|
||||||
# artifacts:
|
artifacts:
|
||||||
# paths:
|
paths:
|
||||||
# - build-release/*.exe
|
- build-release/*.exe
|
||||||
|
|
||||||
|
.VS2015-32-bit-shared-apps:
|
||||||
|
variables:
|
||||||
|
BUILD_PLATFORM: "VS2015"
|
||||||
|
ARCHITECTURE: "x32"
|
||||||
|
SHARED: "TRUE"
|
||||||
|
APPS: "ON"
|
||||||
|
script: "CI\\Windows.bat"
|
||||||
|
tags:
|
||||||
|
- VS2015
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- build-release/*.exe
|
||||||
|
|
||||||
|
.VS2015-64-bit-static-apps:
|
||||||
|
variables:
|
||||||
|
BUILD_PLATFORM: "VS2015"
|
||||||
|
ARCHITECTURE: "x64"
|
||||||
|
SHARED: "FALSE"
|
||||||
|
APPS: "ON"
|
||||||
|
script: "CI\\Windows.bat"
|
||||||
|
tags:
|
||||||
|
- VS2015
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- build-release/*.exe
|
||||||
|
|
||||||
|
.VS2015-32-bit-static-apps:
|
||||||
|
variables:
|
||||||
|
BUILD_PLATFORM: "VS2015"
|
||||||
|
ARCHITECTURE: "x32"
|
||||||
|
SHARED: "FALSE"
|
||||||
|
APPS: "ON"
|
||||||
|
script: "CI\\Windows.bat"
|
||||||
|
tags:
|
||||||
|
- VS2015
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- build-release/*.exe
|
||||||
|
|
||||||
|
|
||||||
VS2017-64-bit-shared-no-apps:
|
VS2017-64-bit-shared-no-apps:
|
||||||
variables:
|
variables:
|
||||||
@@ -71,18 +111,6 @@ VS2017-64-bit-shared-no-apps:
|
|||||||
paths:
|
paths:
|
||||||
- build-release/*.exe
|
- build-release/*.exe
|
||||||
|
|
||||||
#VS2015-32-bit-shared-apps:
|
|
||||||
# variables:
|
|
||||||
# BUILD_PLATFORM: "VS2015"
|
|
||||||
# ARCHITECTURE: "x32"
|
|
||||||
# SHARED: "TRUE"
|
|
||||||
# APPS: "ON"
|
|
||||||
# script: "CI\\Windows.bat"
|
|
||||||
# tags:
|
|
||||||
# - VS2015
|
|
||||||
# artifacts:
|
|
||||||
# paths:
|
|
||||||
# - build-release/*.exe
|
|
||||||
|
|
||||||
VS2017-32-bit-shared-no-apps:
|
VS2017-32-bit-shared-no-apps:
|
||||||
variables:
|
variables:
|
||||||
@@ -97,18 +125,6 @@ VS2017-32-bit-shared-no-apps:
|
|||||||
paths:
|
paths:
|
||||||
- build-release/*.exe
|
- build-release/*.exe
|
||||||
|
|
||||||
#VS2015-64-bit-static-apps:
|
|
||||||
# variables:
|
|
||||||
# BUILD_PLATFORM: "VS2015"
|
|
||||||
# ARCHITECTURE: "x64"
|
|
||||||
# SHARED: "FALSE"
|
|
||||||
# APPS: "ON"
|
|
||||||
# script: "CI\\Windows.bat"
|
|
||||||
# tags:
|
|
||||||
# - VS2015
|
|
||||||
# artifacts:
|
|
||||||
# paths:
|
|
||||||
# - build-release/*.exe
|
|
||||||
|
|
||||||
VS2017-64-bit-static-no-apps:
|
VS2017-64-bit-static-no-apps:
|
||||||
variables:
|
variables:
|
||||||
@@ -123,18 +139,6 @@ VS2017-64-bit-static-no-apps:
|
|||||||
paths:
|
paths:
|
||||||
- build-release/*.exe
|
- build-release/*.exe
|
||||||
|
|
||||||
#VS2015-32-bit-static-apps:
|
|
||||||
# variables:
|
|
||||||
# BUILD_PLATFORM: "VS2015"
|
|
||||||
# ARCHITECTURE: "x32"
|
|
||||||
# SHARED: "FALSE"
|
|
||||||
# APPS: "ON"
|
|
||||||
# script: "CI\\Windows.bat"
|
|
||||||
# tags:
|
|
||||||
# - VS2015
|
|
||||||
# artifacts:
|
|
||||||
# paths:
|
|
||||||
# - build-release/*.exe
|
|
||||||
|
|
||||||
VS2017-32-bit-static-no-apps:
|
VS2017-32-bit-static-no-apps:
|
||||||
variables:
|
variables:
|
||||||
|
|||||||
Reference in New Issue
Block a user