blob: a0f4a776ec668d7155bc91d9079eda6b48602aa9 [file] [log] [blame]
Ricardo Constantino (:RiCON)4800d662016-07-14 02:41:46 +01001image: Visual Studio 2015
2configuration:
3- Debug
4- DebugDLL
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +01005- DebugDLL_fixed
Ricardo Constantino (:RiCON)4800d662016-07-14 02:41:46 +01006- Release
7- ReleaseDLL
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +01008- ReleaseDLL_fixed
Ricardo Constantino (:RiCON)4800d662016-07-14 02:41:46 +01009
10platform:
11- Win32
12- x64
13
Ricardo Constantino7d48e9d2017-02-22 23:39:48 +000014environment:
15 api_key:
Ralph Giles92422f62017-05-24 14:15:42 -070016 secure: kR3Ac0NjGwFnTmXdFrR8d6VXjdk5F7L4F/BilC4nvaM=
Ricardo Constantino7d48e9d2017-02-22 23:39:48 +000017
Ricardo Constantino (:RiCON)4800d662016-07-14 02:41:46 +010018build:
19 project: win32\VS2015\opus.sln
20 parallel: true
21 verbosity: minimal
22
Ricardo Constantino (:RiCON)c41aeeb2016-07-26 23:18:38 +010023after_build:
Ricardo Constantino3149f9d2017-02-10 00:58:55 +000024- cd %APPVEYOR_BUILD_FOLDER%
25- 7z a opus.zip win32\VS2015\%PLATFORM%\%CONFIGURATION%\opus.??? include\*.h
Ricardo Constantino (:RiCON)c41aeeb2016-07-26 23:18:38 +010026
Ricardo Constantino (:RiCON)4800d662016-07-14 02:41:46 +010027test_script:
Ricardo Constantino3149f9d2017-02-10 00:58:55 +000028- cd %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%
29- test_opus_api.exe
30- test_opus_decode.exe
31- test_opus_encode.exe
Ricardo Constantino (:RiCON)c41aeeb2016-07-26 23:18:38 +010032
33artifacts:
34- path: opus.zip
Ricardo Constantino7d48e9d2017-02-22 23:39:48 +000035
36on_success:
Ricardo Constantino6cdd84a2017-05-25 14:09:30 +010037- ps: if ($env:api_key -and "$env:configuration/$env:platform" -eq "ReleaseDLL_fixed/x64") { Start-AppveyorBuild -ApiKey $env:api_key -ProjectSlug 'opus-tools' }