view .appveyor.yml @ 528:db2cd87cef6f c++11-mutex

This will be v2.9
author Chris Cannam
date Tue, 22 Oct 2019 12:10:41 +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