mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-27 07:58:07 -04:00
ci: run x86+x64 builds in parallel
... by making them depend on the 'subprojects' step.
This commit is contained in:
parent
3d9aa1c29c
commit
4bb3b5383f
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ steps:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
- releases/*
|
- releases/*
|
||||||
|
depends_on: [subprojects]
|
||||||
image: alpine:edge
|
image: alpine:edge
|
||||||
commands:
|
commands:
|
||||||
- apk update
|
- apk update
|
||||||
|
|
@ -88,6 +89,7 @@ steps:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
- releases/*
|
- releases/*
|
||||||
|
depends_on: [subprojects]
|
||||||
image: i386/alpine:edge
|
image: i386/alpine:edge
|
||||||
commands:
|
commands:
|
||||||
- apk update
|
- apk update
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue