mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
nuke after_package, move stuff to after_build
This commit is contained in:
parent
6275636ada
commit
d322a81bd1
1 changed files with 3 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue