view .appveyor.yml @ 516:df32b473b9b6

Update versions throughout to 2.8
author Chris Cannam
date Fri, 01 Feb 2019 16:15:11 +0000
parents 5f0f50c83170
children 62987b6d6a3b
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: .\libsndfile-1.0.28-w32-setup.exe /silent /sp- /norestart
  - ps: .\libsndfile-1.0.28-w64-setup.exe /silent /sp- /norestart

build_script:
  - msbuild build\VampSDK.sln
  - msbuild build\VampHostSDK.sln