appveyor: only VSVER=12 configuration is left

This commit is contained in:
Viktor Tarasov 2016-03-21 18:39:20 +01:00
parent 4260401a5d
commit bd1e7aa032
1 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,11 @@
version: 0.16.0.{build} version: 0.16.0.{build}
#init:
# # Exclude combinations allowed to fail
# - if "%Environment%" == "VSVER=14" (if "%Configuration%" == "Release" (exit /b 1))
# - if "%Environment%" == "VSVER=14" (if "%Configuration%" == "Debug" (exit /b 1))
# - if "%Environment%" == "VSVER=10" (if "%Platform%" == "x64" (exit /b 1))
platform: platform:
- x86 - x86
- x64 - x64
@ -12,11 +18,12 @@ configuration:
environment: environment:
matrix: matrix:
- VSVER: 14 # - VSVER: 14
- VSVER: 12 - VSVER: 12
- VSVER: 10 # - VSVER: 10
matrix: matrix:
fast_finish: true # set this flag to immediately finish build once one of the jobs fails.
allow_failures: allow_failures:
# not included in AppVeyor right now # not included in AppVeyor right now
- platform: x64 - platform: x64