4
4
![ License: MIT] ( https://img.shields.io/badge/License-MIT-green.svg )
5
5
[ ![ Actions Status] ( https://github.com/MizoTake/unity-ci/workflows/unity-ci-example/badge.svg )] ( https://github.com/MizoTake/unity-ci/actions )
6
6
7
- unity-ci orbの公式ページ
7
+ unity-ci orb の公式ページ
8
8
9
9
[ mizotake/unity-ci] ( https://circleci.com/orbs/registry/orb/mizotake/unity-ci )
10
10
@@ -31,12 +31,6 @@ workflows:
31
31
platform: Win
32
32
method: Build.Method
33
33
zip: true
34
- - unity-ci/build:
35
- name: Build Execute WebGL
36
- exec: unity_executor
37
- platform: WebGL
38
- method: Build.Method
39
- zip: true
40
34
- unity-ci/build:
41
35
name: Build Execute OSXUniversal
42
36
exec: unity_executor
@@ -55,69 +49,4 @@ workflows:
55
49
name: Exeucte Method
56
50
exec: unity_executor
57
51
method: Execute.Method
58
-
59
52
```
60
-
61
- ## commands
62
-
63
- ### unity_activate
64
-
65
- | PARAMETER| DESCRIPTION| REQUIRED| DEFAULT| TYPE|
66
- | ---| ---| ---| ---| ---|
67
- | license| Unity License| -| UNITY_LICENSE_BASE64| env_var_name|
68
-
69
- ### build
70
-
71
- | PARAMETER| DESCRIPTION| REQUIRED| DEFAULT| TYPE|
72
- | ---| ---| ---| ---| ---|
73
- | platform| Build Target Platform| :white_check_mark : | -| string|
74
- | method| Build Execute Method| :white_check_mark : | -| string|
75
- | no_output_timeout| No Output Timeout| -| 10m| string|
76
-
77
- ### test
78
-
79
- | PARAMETER| DESCRIPTION| REQUIRED| DEFAULT| TYPE|
80
- | ---| ---| ---| ---| ---|
81
- | mode| Test Target Platform| :white_check_mark : | -| string|
82
-
83
- ### execute_method
84
-
85
- | PARAMETER| DESCRIPTION| REQUIRED| DEFAULT| TYPE|
86
- | ---| ---| ---| ---| ---|
87
- | method| Target Method| :white_check_mark : | -| string|
88
-
89
- ### zip
90
-
91
- | PARAMETER| DESCRIPTION| REQUIRED| DEFAULT| TYPE|
92
- | ---| ---| ---| ---| ---|
93
- |directory|Target Directory|:white_check_mark : |-|string
94
-
95
- ## jobs
96
-
97
- ### build
98
-
99
- | PARAMETER| DESCRIPTION| REQUIRED| DEFAULT| TYPE|
100
- | ---| ---| ---| ---| ---|
101
- | exec| -| :white_check_mark : | -| executor|
102
- |license|Unity License|-|UNITY_LICENSE_BASE64|env_var_name
103
- method|Build Execute Method|:white_check_mark : |-|string
104
- platform|Test Target Platform|:white_check_mark : |-|string
105
- zip|Archive Build Contents|-|false|boolean
106
- no_output_timeout|No Output Timeout|-|10m|string
107
- directory|Target Directory|-|.|string|
108
-
109
- ### test
110
-
111
- | PARAMETER| DESCRIPTION| REQUIRED| DEFAULT| TYPE|
112
- | ---| ---| ---| ---| ---|
113
- | exec| -| :white_check_mark : | -| executor|
114
- |license|Unity License|-|UNITY_LICENSE_BASE64|env_var_name
115
- | mode| Test Target Mode| :white_check_mark : | -| string|
116
-
117
- ### execute_method
118
-
119
- | PARAMETER| DESCRIPTION| REQUIRED| DEFAULT| TYPE|
120
- | ---| ---| ---| ---| ---|
121
- | exec| -| :white_check_mark : | -| executor|
122
- |license|Unity License|-|UNITY_LICENSE_BASE64|env_var_name
123
- | method| Build Execute Method| :white_check_mark : | -| string|
0 commit comments