فهرست منبع

[godot] GH action

Mario Zechner 3 سال پیش
والد
کامیت
25a2868646
1فایلهای تغییر یافته به همراه0 افزوده شده و 86 حذف شده
  1. 0 86
      .github/workflows/spine-godot.yml

+ 0 - 86
.github/workflows/spine-godot.yml

@@ -112,92 +112,6 @@ jobs:
         with:
           name: godot-template-ios.zip
           path: spine-godot/godot/bin/iphone.zip
-      
-
-  godot-template-macos:
-    runs-on: macos-latest
-    steps:
-      - uses: actions/checkout@v2
-        with:
-          fetch-depth: 0
-
-      - name: Setup python and scons
-        uses: ./.github/actions/setup-godot-deps   
-
-      - name: Build Godot artifact
-        run: |
-          mkdir -p spine-godot/godot/bin/
-          touch spine-godot/godot/bin/osx.zip
-        # ./spine-godot/build/setup.sh 3.4.4-stable false
-        # ./spine-godot/build/build-templates.sh macos
-
-      - name: Upload artifacts
-        uses: actions/upload-artifact@v2
-        with:
-          name: godot-template-macos.zip
-          path: spine-godot/godot/bin/osx.zip
-
-  godot-template-linux:
-    runs-on: ubuntu-18.04
-    steps:
-      - uses: actions/checkout@v2
-        with:
-          fetch-depth: 0
-
-      - name: Setup python and scons
-        uses: ./.github/actions/setup-godot-deps   
-
-      - name: Build Godot artifact
-        run: |
-          mkdir -p spine-godot/godot/bin/
-          touch spine-godot/godot/bin/linux_x11_64_debug
-          touch spine-godot/godot/bin/linux_x11_64_release
-        # sudo apt-get install build-essential scons pkg-config libx11-dev libxcursor-dev libxinerama-dev libgl1-mesa-dev libglu-dev libasound2-dev libpulse-dev libudev-dev libxi-dev libxrandr-dev
-        # ./spine-godot/build/setup.sh 3.4.4-stable false
-        # ./spine-godot/build/build-templates.sh linux
-
-      - name: Upload artifacts debug
-        uses: actions/upload-artifact@v2
-        with:
-          name: godot-template-linux-debug.zip
-          path: spine-godot/godot/bin/linux_x11_64_debug
-
-      - name: Upload artifacts release
-        uses: actions/upload-artifact@v2
-        with:
-          name: godot-template-linux-release.zip
-          path: spine-godot/godot/bin/linux_x11_64_release
-
-  godot-template-windows:
-    runs-on: windows-latest
-    steps:
-      - uses: actions/checkout@v2
-        with:
-          fetch-depth: 0
-
-      - name: Setup python and scons
-        uses: ./.github/actions/setup-godot-deps
-
-      - name: Build Godot artifact
-        shell: bash
-        run: |
-          mkdir -p spine-godot/godot/bin/
-          touch spine-godot/godot/bin/windows_64_debug.exe
-          touch spine-godot/godot/bin/windows_64_release.exe
-        # ./spine-godot/build/setup.sh 3.4.4-stable false
-        # ./spine-godot/build/build-templates.sh windows
-
-      - name: Upload artifacts debug
-        uses: actions/upload-artifact@v2
-        with:
-          name: godot-template-windows-debug.zip
-          path: spine-godot/godot/bin/windows_64_debug.exe
-
-      - name: Upload artifacts release
-        uses: actions/upload-artifact@v2
-        with:
-          name: godot-template-windows-release.zip
-          path: spine-godot/godot/bin/windows_64_release.exe
 
   upload-to-s3:
     needs: [godot-editor-windows, godot-editor-linux, godot-editor-macos]