Merge pull request #38625 from Ashesh3/patch-1

Store build as artifact in appveyor
This commit is contained in:
Rémi Verschelde 2020-05-11 11:24:44 +02:00 committed by GitHub
commit 1585690327
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,3 +39,11 @@ before_build:
build_script:
- scons platform=%GD_PLATFORM% target=%TARGET% tools=%TOOLS% %OPTIONS% %EXTRA_ARGS%
after_build:
- 7z a godot_build.zip bin\*.exe
artifacts:
- path: godot_build.zip
name: Build
type: zip