2018-05-14 21:28:08 +01:00
|
|
|
|
|
|
|
|
configuration:
|
|
|
|
|
- Release
|
|
|
|
|
|
|
|
|
|
platform:
|
2018-05-14 21:33:31 +01:00
|
|
|
- x86
|
2018-05-14 21:28:08 +01:00
|
|
|
- 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: .\libsndfile-1.0.28-w32-setup.exe /silent /sp- /norestart
|
|
|
|
|
- ps: .\libsndfile-1.0.28-w64-setup.exe /silent /sp- /norestart
|
|
|
|
|
|
|
|
|
|
build_script:
|
|
|
|
|
- msbuild rubberband.sln
|
|
|
|
|
|