Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppVeyor matrix build #3200

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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