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 branches found
No related tags found
No related merge requests found
...@@ -17,26 +17,14 @@ build: ...@@ -17,26 +17,14 @@ build:
verbosity: minimal verbosity: minimal
after_build: after_build:
- cmd: >- - cd %APPVEYOR_BUILD_FOLDER%
mkdir %APPVEYOR_BUILD_FOLDER%\artifacts - 7z a opus.zip win32\VS2015\%PLATFORM%\%CONFIGURATION%\opus.??? include\*.h
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
test_script: test_script:
- cmd: >- - cd %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%
cd %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION% - test_opus_api.exe
- test_opus_decode.exe
test_opus_api.exe - test_opus_encode.exe
test_opus_decode.exe
test_opus_encode.exe
artifacts: artifacts:
- path: opus.zip - 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