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

appveyor: Package includes and opus.lib as an artifact.


This lets projects which depend on opus build against our
test results.

Signed-off-by: default avatarRalph Giles <giles@mozilla.com>
parent eca752f1
No related branches found
No related tags found
No related merge requests found
......@@ -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%
test_opus_api.exe
test_opus_decode.exe
%APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_decode.exe
test_opus_encode.exe
%APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_encode.exe
artifacts:
- path: opus.zip
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