From fd5357a3ad3da160cf79dbe0b9c278f4a3f0b2cf Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Tue, 9 Feb 2021 13:36:48 +0000 Subject: [PATCH] How very odd, it defaults to clang --- .appveyor.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index f2be469..d614012 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,20 +3,18 @@ configuration: - Release platform: - - x86 - x64 install: - cinst wget - cinst meson - - c:\ProgramData\chocolatey\bin\wget.exe http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w32-setup.exe - 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-w32-setup.exe /silent /sp- /norestart - ps: .\libsndfile-1.0.28-w64-setup.exe /silent /sp- /norestart +environment: + CC: cl + CXX: cl + build_script: - meson build - ninja -C build - - -