To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .appveyor.yml @ 521:62987b6d6a3b

History | View | Annotate | Download (545 Bytes)

1

    
2
configuration:
3
  - Release
4

    
5
platform:
6
  - Win32
7
  - x64
8

    
9
install:
10
  - cinst wget --version 1.20
11
  - c:\ProgramData\chocolatey\bin\wget.exe http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w32-setup.exe
12
  - c:\ProgramData\chocolatey\bin\wget.exe http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w64-setup.exe
13
  - ps: .\libsndfile-1.0.28-w32-setup.exe /silent /sp- /norestart
14
  - ps: .\libsndfile-1.0.28-w64-setup.exe /silent /sp- /norestart
15

    
16
build_script:
17
  - msbuild build\VampSDK.sln
18
  - msbuild build\VampHostSDK.sln
19