Skip to content
Snippets Groups Projects
Commit 4b8167d8 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

appveyor: let push a 7z in the after build step

parent d7925104
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment