Skip to content

Commit

Permalink
Use APPVEYOR_BUILD_WORKER_IMAGE in appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
reupen committed Apr 23, 2017
1 parent fe06f01 commit 7b532dc
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
version: 1.0.{build}
image:
- Visual Studio 2015
- Visual Studio 2017
environment:
Platform: Win32
matrix:
- PlatformToolset: v141
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
PlatformToolset: v141
Configuration: Release
- PlatformToolset: v141
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
PlatformToolset: v141
Configuration: Debug
- PlatformToolset: v140
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
PlatformToolset: v140
Configuration: Release
- PlatformToolset: v140
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
PlatformToolset: v140
Configuration: Debug
- PlatformToolset: LLVM-vs2014
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
PlatformToolset: LLVM-vs2014
Configuration: Release
- PlatformToolset: LLVM-vs2014
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
PlatformToolset: LLVM-vs2014
Configuration: Debug
matrix:
allow_failures:
- PlatformToolset: LLVM-vs2014
- image: Visual Studio 2015
PlatformToolset: vc141
install:
- cmd: git submodule update --init --recursive
build_script:
Expand All @@ -30,4 +31,4 @@ build_script:
iex $command
$host.SetShouldExit($LASTEXITCODE)
$host.SetShouldExit($LASTEXITCODE)

0 comments on commit 7b532dc

Please sign in to comment.