Ricardo Constantino (:RiCON) | 4800d66 | 2016-07-14 02:41:46 +0100 | [diff] [blame] | 1 | image: Visual Studio 2015 |
| 2 | configuration: |
| 3 | - Debug |
| 4 | - DebugDLL |
Ricardo Constantino (:RiCON) | 385d49e | 2016-07-16 01:55:28 +0100 | [diff] [blame] | 5 | - DebugDLL_fixed |
Ricardo Constantino (:RiCON) | 4800d66 | 2016-07-14 02:41:46 +0100 | [diff] [blame] | 6 | - Release |
| 7 | - ReleaseDLL |
Ricardo Constantino (:RiCON) | 385d49e | 2016-07-16 01:55:28 +0100 | [diff] [blame] | 8 | - ReleaseDLL_fixed |
Ricardo Constantino (:RiCON) | 4800d66 | 2016-07-14 02:41:46 +0100 | [diff] [blame] | 9 | |
| 10 | platform: |
| 11 | - Win32 |
| 12 | - x64 |
| 13 | |
Ricardo Constantino | 7d48e9d | 2017-02-22 23:39:48 +0000 | [diff] [blame] | 14 | environment: |
| 15 | api_key: |
Ralph Giles | 92422f6 | 2017-05-24 14:15:42 -0700 | [diff] [blame] | 16 | secure: kR3Ac0NjGwFnTmXdFrR8d6VXjdk5F7L4F/BilC4nvaM= |
Ricardo Constantino | 7d48e9d | 2017-02-22 23:39:48 +0000 | [diff] [blame] | 17 | |
Ricardo Constantino (:RiCON) | 4800d66 | 2016-07-14 02:41:46 +0100 | [diff] [blame] | 18 | build: |
| 19 | project: win32\VS2015\opus.sln |
| 20 | parallel: true |
| 21 | verbosity: minimal |
| 22 | |
Ricardo Constantino (:RiCON) | c41aeeb | 2016-07-26 23:18:38 +0100 | [diff] [blame] | 23 | after_build: |
Ricardo Constantino | 3149f9d | 2017-02-10 00:58:55 +0000 | [diff] [blame] | 24 | - cd %APPVEYOR_BUILD_FOLDER% |
| 25 | - 7z a opus.zip win32\VS2015\%PLATFORM%\%CONFIGURATION%\opus.??? include\*.h |
Ricardo Constantino (:RiCON) | c41aeeb | 2016-07-26 23:18:38 +0100 | [diff] [blame] | 26 | |
Ricardo Constantino (:RiCON) | 4800d66 | 2016-07-14 02:41:46 +0100 | [diff] [blame] | 27 | test_script: |
Ricardo Constantino | 3149f9d | 2017-02-10 00:58:55 +0000 | [diff] [blame] | 28 | - 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) | c41aeeb | 2016-07-26 23:18:38 +0100 | [diff] [blame] | 32 | |
| 33 | artifacts: |
| 34 | - path: opus.zip |
Ricardo Constantino | 7d48e9d | 2017-02-22 23:39:48 +0000 | [diff] [blame] | 35 | |
| 36 | on_success: |
Ricardo Constantino | 6cdd84a | 2017-05-25 14:09:30 +0100 | [diff] [blame] | 37 | - ps: if ($env:api_key -and "$env:configuration/$env:platform" -eq "ReleaseDLL_fixed/x64") { Start-AppveyorBuild -ApiKey $env:api_key -ProjectSlug 'opus-tools' } |