From c70aa501fb7538c2cc5327aa584bcec84d91d9bc Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Tue, 9 Feb 2021 14:01:40 +0000 Subject: [PATCH] Let's try this approach --- .appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index d614012..c3126d7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,7 @@ +image: + - Visual Studio 2019 + configuration: - Release @@ -11,10 +14,7 @@ install: - c:\ProgramData\chocolatey\bin\wget.exe http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w64-setup.exe - ps: .\libsndfile-1.0.28-w64-setup.exe /silent /sp- /norestart -environment: - CC: cl - CXX: cl - build_script: + - call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" - meson build - ninja -C build