@@ -22,7 +22,6 @@ build_osx_runtime:
22
22
- darwin
23
23
script :
24
24
- git submodule update --init --recursive
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
26
25
- chmod +x external/buildscripts/bee
27
26
- cd external/buildscripts
28
27
- ./bee
@@ -45,7 +44,6 @@ build_osx_classlibs:
45
44
- darwin
46
45
script :
47
46
- git submodule update --init --recursive
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
49
47
- chmod +x external/buildscripts/bee
50
48
- cd external/buildscripts
51
49
- ./bee
@@ -68,7 +66,6 @@ build_android:
68
66
- darwin
69
67
script :
70
68
- git submodule update --init --recursive
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
72
69
- chmod +x external/buildscripts/bee
73
70
- cd external/buildscripts
74
71
- ./bee
@@ -154,7 +151,6 @@ build_linux_x64:
154
151
- linux
155
152
script :
156
153
- git submodule update --init --recursive
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
158
154
- chmod +x external/buildscripts/bee
159
155
- cd external/buildscripts
160
156
- ./bee
@@ -177,7 +173,6 @@ build_linux_x86:
177
173
- linux
178
174
script :
179
175
- git submodule update --init --recursive
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
181
176
- chmod +x external/buildscripts/bee
182
177
- cd external/buildscripts
183
178
- ./bee
0 commit comments