@@ -20,7 +20,6 @@ build_osx_runtime:
20
20
tags :
21
21
- buildfarm
22
22
- darwin
23
- when : manual
24
23
script :
25
24
- git submodule update --init --recursive
26
25
- echo -e "[auth]\nono.schemes=https\nono.prefix=ono.unity3d.com\nono.username=$GITLAB_UNITY_META_ONO_USER\nono.password=$GITLAB_UNITY_META_ONO_PASS\n" >> ~/.hgrc
@@ -44,7 +43,6 @@ build_osx_classlibs:
44
43
tags :
45
44
- buildfarm
46
45
- darwin
47
- when : manual
48
46
script :
49
47
- git submodule update --init --recursive
50
48
- echo -e "[auth]\nono.schemes=https\nono.prefix=ono.unity3d.com\nono.username=$GITLAB_UNITY_META_ONO_USER\nono.password=$GITLAB_UNITY_META_ONO_PASS\n" >> ~/.hgrc
@@ -68,7 +66,6 @@ build_android:
68
66
tags :
69
67
- buildfarm
70
68
- darwin
71
- when : manual
72
69
script :
73
70
- git submodule update --init --recursive
74
71
- echo -e "[auth]\nono.schemes=https\nono.prefix=ono.unity3d.com\nono.username=$GITLAB_UNITY_META_ONO_USER\nono.password=$GITLAB_UNITY_META_ONO_PASS\n" >> ~/.hgrc
@@ -92,7 +89,6 @@ build_win:
92
89
tags :
93
90
- buildfarm
94
91
- windows
95
- when : manual
96
92
script :
97
93
- git submodule update --init --recursive
98
94
- cd external/buildscripts
@@ -114,7 +110,6 @@ build_win_x86:
114
110
tags :
115
111
- buildfarm
116
112
- windows
117
- when : manual
118
113
script :
119
114
- git submodule update --init --recursive
120
115
- cd external/buildscripts
@@ -136,7 +131,6 @@ build_win_bare_minimum:
136
131
tags :
137
132
- buildfarm
138
133
- windows
139
- when : manual
140
134
script :
141
135
- git submodule update --init --recursive
142
136
- cd external/buildscripts
@@ -158,7 +152,6 @@ build_linux_x64:
158
152
tags :
159
153
- buildfarm
160
154
- linux
161
- when : manual
162
155
script :
163
156
- git submodule update --init --recursive
164
157
- echo -e "[auth]\nono.schemes=https\nono.prefix=ono.unity3d.com\nono.username=$GITLAB_UNITY_META_ONO_USER\nono.password=$GITLAB_UNITY_META_ONO_PASS\n" >> ~/.hgrc
@@ -182,7 +175,6 @@ build_linux_x86:
182
175
tags :
183
176
- buildfarm
184
177
- linux
185
- when : manual
186
178
script :
187
179
- git submodule update --init --recursive
188
180
- echo -e "[auth]\nono.schemes=https\nono.prefix=ono.unity3d.com\nono.username=$GITLAB_UNITY_META_ONO_USER\nono.password=$GITLAB_UNITY_META_ONO_PASS\n" >> ~/.hgrc
@@ -204,7 +196,6 @@ build_linux_x86:
204
196
collate_builds :
205
197
image : ubuntu:latest
206
198
stage : collate
207
- when : manual
208
199
dependencies :
209
200
- build_osx_runtime
210
201
- build_osx_classlibs
0 commit comments