Sfoglia il codice sorgente

Merge pull request #38625 from Ashesh3/patch-1

Store build as artifact in appveyor
Rémi Verschelde 5 anni fa
parent
commit
1585690327
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      .appveyor.yml

+ 8 - 0
.appveyor.yml

@@ -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