mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
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)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user