Skip to content

Commit

Permalink
Update unity_build_plugins.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scgm0 committed Apr 23, 2024
1 parent 1e66b69 commit 6346d28
Showing 1 changed file with 0 additions and 75 deletions.
75 changes: 0 additions & 75 deletions .github/workflows/unity_build_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: v8_9.4
- name: BuildAndroidQuickJS
uses: ./.github/workflows/composites/unity-build-plugins/android/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: quickjs
- name: BuildAndroidNodeJS
uses: ./.github/workflows/composites/unity-build-plugins/android/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: nodejs_16
- name: BuildAndroidMultBackend
uses: ./.github/workflows/composites/unity-build-plugins/android/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: mult

ios:
runs-on: macos-11
Expand All @@ -52,21 +37,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: v8_9.4
- name: BuildiOSQuickjs
uses: ./.github/workflows/composites/unity-build-plugins/ios/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: quickjs
- name: BuildiOSNodeJS
uses: ./.github/workflows/composites/unity-build-plugins/ios/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: nodejs_16
- name: BuildiOSMultBackend
uses: ./.github/workflows/composites/unity-build-plugins/ios/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: mult

osx:
runs-on: macos-11
Expand All @@ -78,21 +48,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: v8_9.4
- name: BuildOSXNodejs
uses: ./.github/workflows/composites/unity-build-plugins/osx/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: nodejs_16
- name: BuildOSXQuickJS
uses: ./.github/workflows/composites/unity-build-plugins/osx/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: quickjs
- name: BuildOSXMultBackend
uses: ./.github/workflows/composites/unity-build-plugins/osx/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: mult

windows:
runs-on: windows-2019
Expand All @@ -104,21 +59,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: v8_9.4
- name: BuildWindowsQuickjs
uses: ./.github/workflows/composites/unity-build-plugins/windows/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: quickjs
- name: BuildWindowsNodeJS
uses: ./.github/workflows/composites/unity-build-plugins/windows/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: nodejs_16
- name: BuildWindowsMultBackend
uses: ./.github/workflows/composites/unity-build-plugins/windows/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: mult

linux64:
runs-on: ubuntu-latest
Expand All @@ -130,18 +70,3 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: v8_9.4
- name: BuildWindowsQuickjs
uses: ./.github/workflows/composites/unity-build-plugins/linux/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: quickjs
- name: BuildLinuxNodeJS
uses: ./.github/workflows/composites/unity-build-plugins/linux/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: nodejs_16
- name: BuildLinuxMultBackend
uses: ./.github/workflows/composites/unity-build-plugins/linux/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: mult

0 comments on commit 6346d28

Please sign in to comment.