appveyor: archive stripped exe to save space

This commit is contained in:
flyinghead 2019-03-30 19:44:38 +01:00 committed by Flyinghead
parent d7fcc80be4
commit 9b48874e87
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ build_script:
after_build:
- cmd: cd ..\..
- cmd: mkdir artifacts
- cmd: move shell\linux\reicast.exe artifacts/reicast-win_x64-fast-%APPVEYOR_REPO_COMMIT%.exe
- cmd: move shell\linux\nosym-reicast.exe artifacts/reicast-win_x64-fast-%APPVEYOR_REPO_COMMIT%.exe
- cmd: copy %EXTRA_PATH%\libgcc_s_seh-1.dll artifacts
- cmd: copy %EXTRA_PATH%\libwinpthread-1.dll artifacts
- cmd: copy %EXTRA_PATH%\libgomp-1.dll artifacts