Skip to content
Snippets Groups Projects
Commit 4800d665 authored by Ricardo Constantino (:RiCON)'s avatar Ricardo Constantino (:RiCON) Committed by Ralph Giles
Browse files

Add appveyor.yml to test VS2015 builds.


Signed-off-by: default avatarRalph Giles <giles@mozilla.com>
parent b6ac6ce6
No related branches found
No related tags found
No related merge requests found
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
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment