workflows/main
Some checks failed
/ arch (push) Successful in 2m48s
/ alpine (push) Successful in 1m39s
/ fedora (push) Successful in 11m24s
/ opensuse (push) Successful in 3m9s
/ alma (push) Successful in 11m33s
/ rocky (push) Successful in 11m8s
/ ubuntu (push) Successful in 6m33s
/ debian (push) Failing after 3m53s
Some checks failed
/ arch (push) Successful in 2m48s
/ alpine (push) Successful in 1m39s
/ fedora (push) Successful in 11m24s
/ opensuse (push) Successful in 3m9s
/ alma (push) Successful in 11m33s
/ rocky (push) Successful in 11m8s
/ ubuntu (push) Successful in 6m33s
/ debian (push) Failing after 3m53s
This commit is contained in:
parent
25d74dd8cf
commit
c82def7c7f
1 changed files with 38 additions and 38 deletions
|
@ -1,23 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
|
||||
alpine:
|
||||
container:
|
||||
image: ${{vars.DOCKER}}alpine:3.20
|
||||
steps:
|
||||
- name: spcd
|
||||
env:
|
||||
SPCD: ${{vars.SPCD}}
|
||||
SPCD_TXT_LANGUAGE: ${{vars.SPCD_TXT_LANGUAGE}}
|
||||
run: ${{vars.SPCD}}
|
||||
|
||||
- run: spcd-check-project
|
||||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
|
||||
arch:
|
||||
needs: alpine
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}archlinux:base-20240818.0.255804
|
||||
steps:
|
||||
|
@ -31,11 +15,27 @@ jobs:
|
|||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
|
||||
opensuse:
|
||||
alpine:
|
||||
needs: arch
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}opensuse/leap:15.6
|
||||
image: ${{vars.DOCKER}}alpine:3.20
|
||||
steps:
|
||||
- name: spcd
|
||||
env:
|
||||
SPCD: ${{vars.SPCD}}
|
||||
SPCD_TXT_LANGUAGE: ${{vars.SPCD_TXT_LANGUAGE}}
|
||||
run: ${{vars.SPCD}}
|
||||
|
||||
- run: spcd-check-project
|
||||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
|
||||
fedora:
|
||||
needs: alpine
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}fedora:40
|
||||
steps:
|
||||
- name: spcd
|
||||
env:
|
||||
|
@ -48,7 +48,7 @@ jobs:
|
|||
- run: spcd-browse-workspace
|
||||
|
||||
debian:
|
||||
needs: opensuse
|
||||
needs: fedora
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}debian:bookworm
|
||||
|
@ -66,11 +66,27 @@ jobs:
|
|||
- run: spcd-browse-workspace
|
||||
- run: spcd-synchronize
|
||||
|
||||
fedora:
|
||||
opensuse:
|
||||
needs: debian
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}fedora:40
|
||||
image: ${{vars.DOCKER}}opensuse/leap:15.6
|
||||
steps:
|
||||
- name: spcd
|
||||
env:
|
||||
SPCD: ${{vars.SPCD}}
|
||||
SPCD_TXT_LANGUAGE: ${{vars.SPCD_TXT_LANGUAGE}}
|
||||
run: ${{vars.SPCD}}
|
||||
|
||||
- run: spcd-check-project
|
||||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
|
||||
ubuntu:
|
||||
needs: opensuse
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}ubuntu:noble
|
||||
steps:
|
||||
- name: spcd
|
||||
env:
|
||||
|
@ -83,7 +99,7 @@ jobs:
|
|||
- run: spcd-browse-workspace
|
||||
|
||||
alma:
|
||||
needs: fedora
|
||||
needs: ubuntu
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}almalinux:9
|
||||
|
@ -113,19 +129,3 @@ jobs:
|
|||
- run: spcd-check-project
|
||||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
|
||||
ubuntu:
|
||||
needs: rocky
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}ubuntu:noble
|
||||
steps:
|
||||
- name: spcd
|
||||
env:
|
||||
SPCD: ${{vars.SPCD}}
|
||||
SPCD_TXT_LANGUAGE: ${{vars.SPCD_TXT_LANGUAGE}}
|
||||
run: ${{vars.SPCD}}
|
||||
|
||||
- run: spcd-check-project
|
||||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
|
|
Loading…
Reference in a new issue