Removed the app builds for VS2013 to reduce workload and start removal of VS2013 as supported platform
This commit is contained in:
@@ -259,21 +259,6 @@ VS2015-32-bit-static-no-apps:
|
||||
- build-release/*.exe
|
||||
|
||||
|
||||
|
||||
VS2013-64-bit-shared-apps:
|
||||
stage: build
|
||||
variables:
|
||||
BUILD_PLATFORM: "VS2013"
|
||||
ARCHITECTURE: "x64"
|
||||
SHARED: "TRUE"
|
||||
APPS: "ON"
|
||||
script: "CI\\Windows.bat"
|
||||
tags:
|
||||
- VS2013
|
||||
artifacts:
|
||||
paths:
|
||||
- build-release/*.exe
|
||||
|
||||
VS2013-64-bit-shared-no-apps:
|
||||
stage: build
|
||||
variables:
|
||||
@@ -288,20 +273,6 @@ VS2013-64-bit-shared-no-apps:
|
||||
paths:
|
||||
- build-release/*.exe
|
||||
|
||||
VS2013-32-bit-shared-apps:
|
||||
stage: build
|
||||
variables:
|
||||
BUILD_PLATFORM: "VS2013"
|
||||
ARCHITECTURE: "x32"
|
||||
SHARED: "TRUE"
|
||||
APPS: "ON"
|
||||
script: "CI\\Windows.bat"
|
||||
tags:
|
||||
- VS2013
|
||||
artifacts:
|
||||
paths:
|
||||
- build-release/*.exe
|
||||
|
||||
VS2013-32-bit-shared-no-apps:
|
||||
stage: build
|
||||
variables:
|
||||
@@ -316,20 +287,6 @@ VS2013-32-bit-shared-no-apps:
|
||||
paths:
|
||||
- build-release/*.exe
|
||||
|
||||
VS2013-64-bit-static-apps:
|
||||
stage: build
|
||||
variables:
|
||||
BUILD_PLATFORM: "VS2013"
|
||||
ARCHITECTURE: "x64"
|
||||
SHARED: "FALSE"
|
||||
APPS: "ON"
|
||||
script: "CI\\Windows.bat"
|
||||
tags:
|
||||
- VS2013
|
||||
artifacts:
|
||||
paths:
|
||||
- build-release/*.exe
|
||||
|
||||
VS2013-64-bit-static-no-apps:
|
||||
stage: build
|
||||
variables:
|
||||
@@ -344,20 +301,6 @@ VS2013-64-bit-static-no-apps:
|
||||
paths:
|
||||
- build-release/*.exe
|
||||
|
||||
VS2013-32-bit-static-apps:
|
||||
stage: build
|
||||
variables:
|
||||
BUILD_PLATFORM: "VS2013"
|
||||
ARCHITECTURE: "x32"
|
||||
SHARED: "FALSE"
|
||||
APPS: "ON"
|
||||
script: "CI\\Windows.bat"
|
||||
tags:
|
||||
- VS2013
|
||||
artifacts:
|
||||
paths:
|
||||
- build-release/*.exe
|
||||
|
||||
VS2013-32-bit-static-no-apps:
|
||||
stage: build
|
||||
variables:
|
||||
|
||||
Reference in New Issue
Block a user