Unverified Commit 15856903 by Rémi Verschelde Committed by GitHub

Merge pull request #38625 from Ashesh3/patch-1

Store build as artifact in appveyor
parents 57e3d04e 7ae70625
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment