mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
nuke after_package, move stuff to after_build
This commit is contained in:
parent
6275636ada
commit
d322a81bd1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user