view .appveyor.yml @ 509:70e52a6d7e99 vamp-kiss-naming

Libsndfile path
author Chris Cannam
date Wed, 07 Feb 2018 08:43:36 +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