nuke after_package, move stuff to after_build

This commit is contained in:
zarroboogs 2018-02-02 04:22:16 +02:00 committed by Ani
parent 6275636ada
commit d322a81bd1

View File

@ -62,14 +62,12 @@ before_build:
7z x vulkan.7z -aos -o".\lib\%CONFIGURATION%-%PLATFORM%" > nul
after_build:
- ps: | # remove unnecessary files
rm .\bin\rpcs3.exp, .\bin\rpcs3.lib, .\bin\rpcs3.pdb
- ps: | # package artifacts
7z a $env:BUILD .\bin\*
before_package:
- rm %APPVEYOR_BUILD_FOLDER%\bin\rpcs3.exp
- rm %APPVEYOR_BUILD_FOLDER%\bin\rpcs3.lib
- rm %APPVEYOR_BUILD_FOLDER%\bin\rpcs3.pdb
test: off
artifacts: