Skip to content
Snippets Groups Projects
Unverified Commit 3149f9d0 authored by Ricardo Constantino's avatar Ricardo Constantino Committed by Ralph Giles
Browse files

appveyor: simplify and preserve paths


Artifact with preserved paths is more useful for CI.

Signed-off-by: default avatarRalph Giles <giles@thaumas.net>
parent 644bae45
No related merge requests found
......@@ -17,26 +17,14 @@ build:
verbosity: minimal
after_build:
- cmd: >-
mkdir %APPVEYOR_BUILD_FOLDER%\artifacts
cd %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%
for %%a in (lib dll exp pdb) do if exist opus.%%a copy opus.%%a %APPVEYOR_BUILD_FOLDER%\artifacts\
cd %APPVEYOR_BUILD_FOLDER%
7z a opus.zip .\artifacts\* include\*.h
- cd %APPVEYOR_BUILD_FOLDER%
- 7z a opus.zip win32\VS2015\%PLATFORM%\%CONFIGURATION%\opus.??? include\*.h
test_script:
- cmd: >-
cd %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%
test_opus_api.exe
test_opus_decode.exe
test_opus_encode.exe
- cd %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%
- test_opus_api.exe
- test_opus_decode.exe
- 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