mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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:
|
||||
- master
|
||||
- releases/*
|
||||
depends_on: [subprojects]
|
||||
image: alpine:edge
|
||||
commands:
|
||||
- apk update
|
||||
|
|
@ -88,6 +89,7 @@ steps:
|
|||
branch:
|
||||
- master
|
||||
- releases/*
|
||||
depends_on: [subprojects]
|
||||
image: i386/alpine:edge
|
||||
commands:
|
||||
- apk update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue