Mercurial > hg > vamp-plugin-sdk
view .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 source
configuration: - Release platform: - 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