Skip to content

Commit fc2da73

Browse files
hekotatex3d
authored andcommitted
Use Visual Studio 2019 in AppVeyor (#3587)
1 parent 81e86e5 commit fc2da73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 1.0.{build}
22

33
image:
4-
- Visual Studio 2017
4+
- Visual Studio 2019
55
- Ubuntu
66

77
platform: x64
@@ -38,7 +38,7 @@ before_build:
3838
- cmd: call utils\hct\hctstart %HLSL_SRC_DIR% %HLSL_BLD_DIR%
3939

4040
build_script:
41-
- cmd: call utils\hct\hctbuild -%PLATFORM% -%CONFIGURATION% -vs2017 -spirvtest
41+
- cmd: call utils\hct\hctbuild -%PLATFORM% -%CONFIGURATION% -spirvtest
4242
- sh: mkdir build && cd build
4343
- sh: cmake .. -GNinja $(cat ../utils/cmake-predefined-config-params) -DSPIRV_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS=-Werror
4444
- sh: ninja

0 commit comments

Comments
 (0)