Skip to content

Commit

Permalink
Appveyor: Try out VS 2019 build, disable VS 2015.
Browse files Browse the repository at this point in the history
  • Loading branch information
scamille committed May 6, 2020
1 parent 8b3df7e commit 50d74b2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions appveyor.yml
Expand Up @@ -5,20 +5,21 @@

environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
varProject: vs/simc_vs2015.vcxproj
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
# varProject: vs/simc_vs2015.vcxproj
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
varProject: vs/simc_vs2017.vcxproj
configuration: WebEngine-NoNetworking
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
varProject: vs/simc_vs2019.vcxproj
configuration: Debug-NoNetworking

# fetch repository as zip archive
shallow_clone: true

# build platform, i.e. x86, x64, Any CPU. This setting is optional.
platform: x64

# build Configuration, i.e. Debug, Release, etc.
configuration: WebEngine-NoNetworking


# Custom build Configuration, i.e. Debug, Release, etc.
build_script:
Expand Down

0 comments on commit 50d74b2

Please sign in to comment.