-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild-options.json
More file actions
89 lines (89 loc) · 1.6 KB
/
build-options.json
File metadata and controls
89 lines (89 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"os": [
"ubuntu-latest",
"windows-latest",
"macos-latest"
],
"unity-version": [
"2019.x",
"2020.*",
"2021.3.x",
"2022.3.*",
"6000.0.x",
"6000.1.*",
"6000.2",
"6000"
],
"include": [
{
"os": "ubuntu-latest",
"unity-version": "none"
},
{
"os": "ubuntu-latest",
"build-target": "StandaloneLinux64"
},
{
"os": "ubuntu-latest",
"build-target": "WebGL",
"build-args": "-colorSpace Gamma"
},
{
"os": "ubuntu-latest",
"build-target": "Android"
},
{
"os": "windows-latest",
"unity-version": "none"
},
{
"os": "windows-latest",
"build-target": "StandaloneWindows64"
},
{
"os": "macos-latest",
"unity-version": "none"
},
{
"os": "windows-latest",
"build-target": "Android"
},
{
"os": "macos-latest",
"build-target": "StandaloneOSX"
},
{
"os": "macos-latest",
"build-target": "iOS"
}
],
"exclude": [
{
"os": "ubuntu-latest",
"unity-version": "4.7.2"
},
{
"os": "macos-latest",
"unity-version": "4.7.2"
},
{
"os": "windows-latest",
"build-target": "Android",
"unity-version": "4.7.2"
},
{
"os": "ubuntu-latest",
"unity-version": "5.6.7f1 (e80cc3114ac1)"
},
{
"os": "macos-latest",
"build-target": "iOS",
"unity-version": "5.6.7f1 (e80cc3114ac1)"
},
{
"os": "windows-latest",
"build-target": "Android",
"unity-version": "5.6.7f1 (e80cc3114ac1)"
}
]
}