view .appveyor.yml @ 519:be688783aa37 vamp-plugin-sdk-v2.8

Correct release date
author Chris Cannam
date Thu, 07 Feb 2019 10:19:39 +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