repo: Set appveyor build to use Win10 SDK
authorLenny Komow <lenny@lunarg.com>
Fri, 14 Aug 2020 20:57:27 +0000 (14:57 -0600)
committerLenny Komow <lenny@lunarg.com>
Fri, 14 Aug 2020 21:13:28 +0000 (15:13 -0600)
Change-Id: Ic5dbf10dfd0a6229cd6783e5d2edd2f02c1b8ae4

.appveyor.yml

index afa5e492c4cbf0aa7d1f9f769765306b346b065c..a8bd8fa219804bc28e3bd1ff913ae8536dd6b795 100644 (file)
@@ -12,7 +12,7 @@ version: "{build}"
 max_jobs: 4
 
 os:
-  - Visual Studio 2015
+  - Visual Studio 2017
 
 environment:
   PYTHON_PATH: "C:/Python35"
@@ -47,7 +47,7 @@ before_build:
   - echo Generating CMake files for %PLATFORM%
   - mkdir build
   - cd build
-  - cmake -A %PLATFORM% -C../external/helper.cmake ..
+  - cmake -A %PLATFORM% -DCMAKE_SYSTEM_VERSION=10.0.18362 -C../external/helper.cmake ..
   - echo Building platform=%PLATFORM% configuration=%CONFIGURATION%
 
 platform: