mirror of
https://github.com/xiph/opus.git
synced 2025-05-31 15:47:43 +00:00
appveyor: Package includes and opus.lib as an artifact.
This lets projects which depend on opus build against our test results. Signed-off-by: Ralph Giles <giles@mozilla.com>
This commit is contained in:
parent
eca752f100
commit
c41aeebea8
1 changed files with 11 additions and 3 deletions
14
appveyor.yml
14
appveyor.yml
|
@ -16,10 +16,18 @@ build:
|
|||
parallel: true
|
||||
verbosity: minimal
|
||||
|
||||
after_build:
|
||||
- cmd: 7z a opus.zip win32\VS2015\%PLATFORM%\%CONFIGURATION%\opus.lib include\*.h
|
||||
|
||||
test_script:
|
||||
- cmd: >-
|
||||
%APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_api.exe
|
||||
cd %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%
|
||||
|
||||
%APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_decode.exe
|
||||
test_opus_api.exe
|
||||
|
||||
%APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_encode.exe
|
||||
test_opus_decode.exe
|
||||
|
||||
test_opus_encode.exe
|
||||
|
||||
artifacts:
|
||||
- path: opus.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue