aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-03-22 11:41:57 -0700
committerChris Robinson <[email protected]>2020-03-22 11:41:57 -0700
commit3c631149e35e5f8c7ab88a28da05b0f7882420b1 (patch)
treea40e59ca806fe616b3fb896c0e070398d1bf100a
parentbe1584ab47f240c49f063d3094e2f5d5dbea8f4d (diff)
Update AppVeyor to VS 2017 for 32-bit
-rw-r--r--appveyor.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ec808672..55ef0e3e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,14 +2,10 @@ version: 1.20.1.{build}
environment:
matrix:
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- GEN: "Visual Studio 14 2015"
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+ GEN: "Visual Studio 15 2017"
ARCH: Win32
CFG: Release
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- GEN: "Visual Studio 14 2015"
- ARCH: x64
- CFG: Release
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
GEN: "Visual Studio 15 2017"
ARCH: x64
@@ -24,4 +20,3 @@ build_script:
- cd build
- cmake -G "%GEN%" -A %ARCH% -DALSOFT_BUILD_ROUTER=ON -DALSOFT_REQUIRE_WINMM=ON -DALSOFT_REQUIRE_DSOUND=ON -DALSOFT_REQUIRE_WASAPI=ON -DALSOFT_EMBED_HRTF_DATA=YES ..
- cmake --build . --config %CFG% --clean-first
-