mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 04:11:18 +00:00
appveyor: let push a 7z in the after build step
This commit is contained in:
parent
d7925104b9
commit
4b8167d823
1 changed files with 4 additions and 3 deletions
|
@ -42,10 +42,11 @@ build_script:
|
|||
- cmd: mingw32-make.exe -C src MINGW=1 WARNINGMODE=1 NOASM=1 NOUPX=1 GCC52=1 SDL=1 clean
|
||||
- cmd: mingw32-make.exe -C src MINGW=1 WARNINGMODE=1 NOASM=1 NOUPX=1 GCC52=1 SDL=1 ERRORMODE=1
|
||||
|
||||
test: off
|
||||
after_build:
|
||||
- cmd: 7z a Build.7z -w bin\Mingw\Release
|
||||
- appveyor PushArtifact Build.7z
|
||||
|
||||
artifacts:
|
||||
- path: bin\Mingw\$(configuration)
|
||||
test: off
|
||||
|
||||
deploy:
|
||||
- provider: FTP
|
||||
|
|
Loading…
Reference in a new issue