summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 60035bcc58cf30ccd7fad63bd96b6e20c378a64e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
version: 1.0.{build}
branches:
  only:
  - master
  - appveyor

image: Visual Studio 2015
configuration:
- Debug
- DebugDLL
- Release
- ReleaseDLL

platform:
- Win32
- x64

build:
  project: win32\VS2015\opus.sln
  parallel: true
  verbosity: minimal

test_script:
- cmd: >-
    %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_api.exe

    %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_decode.exe

    %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_encode.exe