Skip to content

Commit 437d43c

Browse files
committed
Make build steps auto
1 parent 6a746cd commit 437d43c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ build_osx_runtime:
2020
tags:
2121
- buildfarm
2222
- darwin
23-
when: manual
2423
script:
2524
- git submodule update --init --recursive
2625
- 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:
4443
tags:
4544
- buildfarm
4645
- darwin
47-
when: manual
4846
script:
4947
- git submodule update --init --recursive
5048
- 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:
6866
tags:
6967
- buildfarm
7068
- darwin
71-
when: manual
7269
script:
7370
- git submodule update --init --recursive
7471
- 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:
9289
tags:
9390
- buildfarm
9491
- windows
95-
when: manual
9692
script:
9793
- git submodule update --init --recursive
9894
- cd external/buildscripts
@@ -114,7 +110,6 @@ build_win_x86:
114110
tags:
115111
- buildfarm
116112
- windows
117-
when: manual
118113
script:
119114
- git submodule update --init --recursive
120115
- cd external/buildscripts
@@ -136,7 +131,6 @@ build_win_bare_minimum:
136131
tags:
137132
- buildfarm
138133
- windows
139-
when: manual
140134
script:
141135
- git submodule update --init --recursive
142136
- cd external/buildscripts
@@ -158,7 +152,6 @@ build_linux_x64:
158152
tags:
159153
- buildfarm
160154
- linux
161-
when: manual
162155
script:
163156
- git submodule update --init --recursive
164157
- 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:
182175
tags:
183176
- buildfarm
184177
- linux
185-
when: manual
186178
script:
187179
- git submodule update --init --recursive
188180
- 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:
204196
collate_builds:
205197
image: ubuntu:latest
206198
stage: collate
207-
when: manual
208199
dependencies:
209200
- build_osx_runtime
210201
- build_osx_classlibs

0 commit comments

Comments
 (0)