shithub: opus

ref: 1aa851445b984a78941a4bad786a7af6b3fdfe73
dir: /appveyor.yml/

View raw version
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