Mercurial > hg > vamp-plugin-sdk
diff .appveyor.yml @ 507:ec492fb87373 vamp-kiss-naming
Have a go at bringing in libsndfile
author | Chris Cannam |
---|---|
date | Tue, 06 Feb 2018 18:47:46 +0000 |
parents | c9edaec61d95 |
children | 5f0f50c83170 |
line wrap: on
line diff
--- a/.appveyor.yml Tue Feb 06 17:34:55 2018 +0000 +++ b/.appveyor.yml Tue Feb 06 18:47:46 2018 +0000 @@ -6,6 +6,13 @@ - Win32 - x64 +install: + - cinst wget + - 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: Install-Package -Force .\libsndfile-1.0.28-w32-setup.exe + - ps: Install-Package -Force .\libsndfile-1.0.28-w64-setup.exe + build_script: - msbuild build\VampSDK.sln - msbuild build\VampHostSDK.sln