From e9403fb52d429c725d0b21df5a4b5676f8557944 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Thu, 30 Jun 2022 15:21:39 +0100 Subject: [PATCH] Quoting --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index e11acd4..b352851 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,5 +22,5 @@ build_script: # Test the .NET FFI interface build, which is again separate - msbuild dotnet\rubberband.sln /t:Restore;Build # And test the single-file build - - cl main\main.cpp single\RubberBandSingle.cpp .\src\ext\getopt\getopt.c src\ext\getopt\getopt_long.c 'C:\Program Files\libsndfile\lib\sndfile.lib' /O2 /std:c++14 /D_USE_MATH_DEFINES /DNOMINMAX /EHs /I"C:\Program Files\libsndfile\include" /link /out:test_single.exe + - cl main\main.cpp single\RubberBandSingle.cpp .\src\ext\getopt\getopt.c src\ext\getopt\getopt_long.c "C:\Program Files\libsndfile\lib\sndfile.lib" /O2 /std:c++14 /D_USE_MATH_DEFINES /DNOMINMAX /EHs /I"C:\Program Files\libsndfile\include" /link /out:test_single.exe - .\test_single.exe -V