Skip to content

Commit 6a746cd

Browse files
committed
Add run_all build stage
1 parent adc7f99 commit 6a746cd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitlab-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
stages:
2+
- runall
23
- build
34
- collate
45

6+
# This is just a config to help trigger rest of the builds
7+
run_all_builds:
8+
image: ubuntu:latest
9+
stage: runall
10+
variables:
11+
GIT_STRATEGY: none
12+
script:
13+
- pwd
14+
when: manual
15+
allow_failure: false
16+
517
# Build
618
build_osx_runtime:
719
stage: build

0 commit comments

Comments
 (0)