Skip to content

Commit

Permalink
Merge 5186d82 into 5e67f78
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau authored Jul 23, 2020
2 parents 5e67f78 + 5186d82 commit 16873b8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
image: Visual Studio 2015
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
target: vs2015
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
target: vs2017
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
target: vs2019

version: 84.3.30-CI{build}

Expand All @@ -13,7 +20,7 @@ skip_commits:

# to run your custom scripts instead of automatic MSBuild
build_script:
- ps: .\build.ps1
- ps: .\build.ps1 $env:target

# Test our Release x64 build
test:
Expand Down

0 comments on commit 16873b8

Please sign in to comment.