First VS2017 try

This commit is contained in:
Jan Möbius
2018-04-16 13:30:55 +02:00
parent 138e6983bf
commit 1f0ecef421
2 changed files with 119 additions and 0 deletions

View File

@@ -44,6 +44,111 @@ cppcheck:
paths:
- cppcheck.log
#VS2015-64-bit-shared-apps:
# variables:
# BUILD_PLATFORM: "VS2015"
# ARCHITECTURE: "x64"
# SHARED: "TRUE"
# APPS: "ON"
# script: "CI\\Windows.bat"
# tags:
# - VS2015
# artifacts:
# paths:
# - build-release/*.exe
VS2017-64-bit-shared-no-apps:
variables:
BUILD_PLATFORM: "VS2017"
ARCHITECTURE: "x64"
SHARED: "TRUE"
APPS: "OFF"
script: "CI\\Windows.bat"
tags:
- VS2017
artifacts:
paths:
- 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:
variables:
BUILD_PLATFORM: "VS2017"
ARCHITECTURE: "x32"
SHARED: "TRUE"
APPS: "OFF"
script: "CI\\Windows.bat"
tags:
- VS2017
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
VS2017-64-bit-static-no-apps:
variables:
BUILD_PLATFORM: "VS2017"
ARCHITECTURE: "x64"
SHARED: "FALSE"
APPS: "OFF"
script: "CI\\Windows.bat"
tags:
- VS2017
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-32-bit-static-no-apps:
variables:
BUILD_PLATFORM: "VS2017"
ARCHITECTURE: "x32"
SHARED: "FALSE"
APPS: "OFF"
script: "CI\\Windows.bat"
tags:
- VS2017
artifacts:
paths:
- build-release/*.exe
VS2015-64-bit-shared-apps:
variables:
BUILD_PLATFORM: "VS2015"