alt ordered as main
Some checks failed
/ alpine (push) Successful in 43s
/ debian (push) Failing after 1m3s
/ ubuntu (push) Failing after 1m3s
/ arch (push) Successful in 1m48s
/ opensuse (push) Successful in 2m39s
/ alma (push) Failing after 1m46s
/ fedora (push) Successful in 8m44s
/ rocky (push) Failing after 2m8s
Some checks failed
/ alpine (push) Successful in 43s
/ debian (push) Failing after 1m3s
/ ubuntu (push) Failing after 1m3s
/ arch (push) Successful in 1m48s
/ opensuse (push) Successful in 2m39s
/ alma (push) Failing after 1m46s
/ fedora (push) Successful in 8m44s
/ rocky (push) Failing after 2m8s
This commit is contained in:
parent
f23ad4282a
commit
bd0febf716
1 changed files with 18 additions and 18 deletions
|
@ -79,24 +79,8 @@ jobs:
|
||||||
- run: spcd-build-project
|
- run: spcd-build-project
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
|
|
||||||
fedora:
|
|
||||||
needs: opensuse
|
|
||||||
if: failure() || success()
|
|
||||||
container:
|
|
||||||
image: ${{vars.DOCKER}}fedora:39
|
|
||||||
steps:
|
|
||||||
- name: spcd
|
|
||||||
env:
|
|
||||||
SPCD: ${{vars.SPCD}}
|
|
||||||
SPCD_TXT_LOCALE: ${{vars.SPCD_TXT_LOCALE}}
|
|
||||||
run: ${{vars.SPCD}}
|
|
||||||
|
|
||||||
- run: spcd-check-project
|
|
||||||
- run: spcd-build-project
|
|
||||||
- run: spcd-browse-workspace
|
|
||||||
|
|
||||||
alma:
|
alma:
|
||||||
needs: fedora
|
needs: opensuse
|
||||||
if: failure() || success()
|
if: failure() || success()
|
||||||
container:
|
container:
|
||||||
image: ${{vars.DOCKER}}almalinux:8
|
image: ${{vars.DOCKER}}almalinux:8
|
||||||
|
@ -111,9 +95,25 @@ jobs:
|
||||||
- run: spcd-build-project
|
- run: spcd-build-project
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
|
|
||||||
rocky:
|
fedora:
|
||||||
needs: alma
|
needs: alma
|
||||||
if: failure() || success()
|
if: failure() || success()
|
||||||
|
container:
|
||||||
|
image: ${{vars.DOCKER}}fedora:39
|
||||||
|
steps:
|
||||||
|
- name: spcd
|
||||||
|
env:
|
||||||
|
SPCD: ${{vars.SPCD}}
|
||||||
|
SPCD_TXT_LOCALE: ${{vars.SPCD_TXT_LOCALE}}
|
||||||
|
run: ${{vars.SPCD}}
|
||||||
|
|
||||||
|
- run: spcd-check-project
|
||||||
|
- run: spcd-build-project
|
||||||
|
- run: spcd-browse-workspace
|
||||||
|
|
||||||
|
rocky:
|
||||||
|
needs: fedora
|
||||||
|
if: failure() || success()
|
||||||
container:
|
container:
|
||||||
image: ${{vars.DOCKER}}rockylinux:8
|
image: ${{vars.DOCKER}}rockylinux:8
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue