Experiment with the single-file build in CI

This commit is contained in:
Chris Cannam
2022-06-30 15:07:09 +01:00
parent 68a9e4f8d5
commit b6be35158b

View File

@@ -19,5 +19,8 @@ build_script:
- meson test -C build
# Test the VC++ static library build, which is separate
- msbuild otherbuilds\rubberband-library.vcxproj /t:Build /p:Configuration=Release
# And test the .NET FFI interface build, which is again separate
# 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
- .\test_single.exe -V