Skip to content

Commit 597a8b5

Browse files
unity-cli@v1.3.1
- bump deps - misc formatting and fixes - added additional build target tests
1 parent 3445ac4 commit 597a8b5

6 files changed

Lines changed: 994 additions & 339 deletions

File tree

.github/workflows/build-options.json

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,33 @@
77
"unity-version": [
88
"4.7.2",
99
"5.6.7f1 (e80cc3114ac1)",
10-
"2017.x",
11-
"2018.x",
12-
"2019.x",
13-
"2020.x",
14-
"2021.x",
15-
"2022.x",
16-
"6000.0.x",
17-
"6000.1.x",
18-
"6000.2.x"
10+
"2017",
11+
"2018",
12+
"2019",
13+
"2020",
14+
"2021",
15+
"2022",
16+
"6000.0",
17+
"6000.1",
18+
"6000.2"
1919
],
2020
"include": [
2121
{
2222
"os": "ubuntu-latest",
2323
"build-target": "StandaloneLinux64"
2424
},
25+
{
26+
"os": "ubuntu-latest",
27+
"build-target": "WebGL"
28+
},
29+
{
30+
"os": "ubuntu-latest",
31+
"build-target": "Android"
32+
},
33+
{
34+
"os": "ubuntu-latest",
35+
"build-target": "iOS"
36+
},
2537
{
2638
"os": "windows-latest",
2739
"build-target": "StandaloneWindows64"

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: tests
1+
name: unity-build
22
on:
33
push:
44
branches: ['main']

0 commit comments

Comments
 (0)