shithub: opus

ref: 7d48e9dff17bd774b6bf3c649f13753ffa4c22db
dir: /.appveyor.yml/

View raw version
image: Visual Studio 2015
configuration:
- Debug
- DebugDLL
- DebugDLL_fixed
- Release
- ReleaseDLL
- ReleaseDLL_fixed

platform:
- Win32
- x64

environment:
  api_key:
    secure: xZGjzJ/mG19pPdLOzpV3uFSzrBgqcU3qDLOTN2qC8xg=

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

after_build:
- cd %APPVEYOR_BUILD_FOLDER%
- 7z a opus.zip win32\VS2015\%PLATFORM%\%CONFIGURATION%\opus.??? include\*.h

test_script:
- cd %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%
- test_opus_api.exe
- test_opus_decode.exe
- test_opus_encode.exe

artifacts:
- path: opus.zip

on_success:
- appveyor Start-AppveyorBuild -ApiKey %API_KEY% -ProjectSlug opus-tools