Skip to content

Commit

Permalink
Merge pull request #198 from hadashiA/ku/ci/bump-unity
Browse files Browse the repository at this point in the history
[CI] Add Unity 2021.1
  • Loading branch information
hadashiA authored Apr 23, 2021
2 parents 7d431ec + aae072d commit c9ad649
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/activation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
strategy:
matrix:
unityVersion:
- 2020.3.0f1
- 2019.4.22f1
- 2018.4.32f1
- 2021.1.4f1
- 2020.3.5f1
- 2019.4.25f1
- 2018.4.34f1
steps:
- name: Request manual activation file
id: getManualLicenseFile
Expand Down
17 changes: 10 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,24 @@ jobs:
strategy:
matrix:
unityVersion:
- 2020.3.0f1
- 2019.4.22f1
- 2021.1.4f1
- 2020.3.5f1
- 2019.4.25f1
- 2019.3.15f1
# feature: ['None', 'UniTask', 'ECS']
feature: ['Default', 'UniTask', 'CodeGen']
include:
- unityVersion: 2020.3.0f1
- unityVersion: 2021.1.4f1
license: UNITY_LICENSE_2021_1
- unityVersion: 2020.3.5f1
license: UNITY_LICENSE_2020_3
- unityVersion: 2019.4.22f1
- unityVersion: 2019.4.25f1
license: UNITY_LICENSE_2019_4
- unityVersion: 2019.3.15f1
license: UNITY_LICENSE_2019_3
- unityVersion: 2020.3.0f1
- unityVersion: 2021.1.4f1
feature: 'ECS'
license: UNITY_LICENSE_2020_3
license: UNITY_LICENSE_2021_1
# - unityVersion: 2018.4.31f1
# license: UNITY_LICENSE_2018_4
# externalPackage: 'None'
Expand Down Expand Up @@ -67,7 +70,7 @@ jobs:
run: |
sed -i '4a "VContainer.EnableCodeGen",' ./VContainer/Assets/VContainer/Tests/VContainer.Tests.asmdef
- uses: game-ci/[email protected]2
- uses: game-ci/[email protected]4
env:
UNITY_LICENSE: ${{ secrets[matrix.license] }}
with:
Expand Down

1 comment on commit c9ad649

@vercel
Copy link

@vercel vercel bot commented on c9ad649 Apr 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.