mirror of
https://github.com/godotengine/godot.git
synced 2025-01-30 21:33:18 +08:00
Merge pull request #38625 from Ashesh3/patch-1
Store build as artifact in appveyor
This commit is contained in:
commit
1585690327
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user