Store build as artifact in appveyor

7z is already available in path in appveyor
zip the build .exe files and store them ( appveyor retains for ~6 months)

(cherry picked from commit 7ae70625f3)
This commit is contained in:
Ashesh 2020-05-10 17:19:47 +05:30 committed by Rémi Verschelde
parent a5a7b1d462
commit df87ae6eb8
1 changed files with 8 additions and 0 deletions

View File

@ -30,3 +30,11 @@ before_build:
build_script:
- scons platform=%GD_PLATFORM% target=%TARGET% tools=%TOOLS% debug_symbols=no verbose=yes progress=no gdnative_wrapper=yes
after_build:
- 7z a godot_build.zip bin\*.exe
artifacts:
- path: godot_build.zip
name: Build
type: zip