Skip to content

Commit

Permalink
Try to build a game
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Feb 6, 2024
1 parent 8904b24 commit ac7add6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ jobs:
- 2022.3.19f1
- 2019.4.40f1
- 2020.3.48f1
targetPlatform:
- StandaloneOSX
- StandaloneWindows
- StandaloneWindows64
- StandaloneLinux64
- iOS
- Android
- WebGL
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand All @@ -41,3 +49,14 @@ jobs:
testMode: ${{ matrix.testMode }}
unityVersion: ${{ matrix.unityVersion }}
coverageOptions: "generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;assemblyFilters:+my.assembly.*"

- if: matrix.targetPlatform == 'Android'
uses: jlumbroso/[email protected]

- uses: game-ci/unity-builder@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: ${{ matrix.targetPlatform }}

0 comments on commit ac7add6

Please sign in to comment.