diff --git a/appveyor.yml b/appveyor.yml index 0b3c4875..c85b0b19 100644 --- a/appveyor.yml +++ b/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