2018-05-14 21:28:08 +01:00
|
|
|
|
2021-02-09 14:01:40 +00:00
|
|
|
image:
|
|
|
|
|
- Visual Studio 2019
|
|
|
|
|
|
2018-05-14 21:28:08 +01:00
|
|
|
configuration:
|
|
|
|
|
- Release
|
|
|
|
|
|
|
|
|
|
platform:
|
|
|
|
|
- x64
|
|
|
|
|
|
|
|
|
|
install:
|
|
|
|
|
- cinst wget
|
2021-02-11 14:50:17 +00:00
|
|
|
- cinst libsndfile
|
2018-05-14 21:28:08 +01:00
|
|
|
|
|
|
|
|
build_script:
|
2021-02-09 14:01:40 +00:00
|
|
|
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
|
2021-02-11 14:50:17 +00:00
|
|
|
- meson build "-Dextra_include_dirs=C:\Program Files\libsndfile\include" "-Dextra_lib_dirs=C:\Program Files\libsndfile\lib"
|
2021-02-09 13:21:17 +00:00
|
|
|
- ninja -C build
|
2021-06-04 13:31:50 +01:00
|
|
|
# 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
|
|
|
|
|
- msbuild dotnet\rubberband.sln /t:"Restore;Build"
|