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:
Ricardo Constantino (:RiCON) 2016-07-26 23:18:38 +01:00 committed by Ralph Giles
parent eca752f100
commit c41aeebea8

View file

@ -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