From 37022e87eb2012258b9326502a5b3000b2ffc808 Mon Sep 17 00:00:00 2001 From: Subhransu Mohanty Date: Fri, 21 Aug 2020 14:23:08 +0900 Subject: [PATCH] ci: upgrade windows build chain to VS2017 --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0b51e29..254e5c7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,7 +12,7 @@ install: - git submodule update --init --recursive - set PATH=%cd%;%PYTHON%;%PYTHON%\Scripts;%PATH% - pip install meson==0.50.0 ninja - - call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" %ARCH% + - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" build_script: - meson -Dwerror=false --backend=ninja --prefix=%cd% build - where link @@ -20,4 +20,4 @@ build_script: test_script: - ninja -C build test after_build: - - ninja -C build install \ No newline at end of file + - ninja -C build install -- 2.34.1