First Windows build try

This commit is contained in:
Jan Möbius
2016-10-19 12:23:34 +02:00
parent e2c078a866
commit 417a50e67f
2 changed files with 165 additions and 0 deletions

View File

@@ -43,3 +43,17 @@ cppcheck:
artifacts:
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/*.exe