view .appveyor.yml @ 532:569fc23fa37a

Merge from branch c++11-mutex
author Chris Cannam
date Tue, 22 Oct 2019 12:23:53 +0100
parents 62987b6d6a3b
children
line wrap: on
line source

configuration:
  - Release

platform:
  - Win32
  - x64

install:
  - cinst wget --version 1.20
  - 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