mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-15 23:09:09 +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
|
7z x vulkan.7z -aos -o".\lib\%CONFIGURATION%-%PLATFORM%" > nul
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
|
- ps: | # remove unnecessary files
|
||||||
|
rm .\bin\rpcs3.exp, .\bin\rpcs3.lib, .\bin\rpcs3.pdb
|
||||||
|
|
||||||
- ps: | # package artifacts
|
- ps: | # package artifacts
|
||||||
7z a $env:BUILD .\bin\*
|
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
|
test: off
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue