opensuse ↔ fedora
This commit is contained in:
parent
39732d05c5
commit
4cb1984434
1 changed files with 18 additions and 18 deletions
|
@ -47,24 +47,8 @@ jobs:
|
|||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
|
||||
fedora:
|
||||
needs: alpine
|
||||
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
|
||||
|
||||
opensuse:
|
||||
needs: fedora
|
||||
needs: arch
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}opensuse/leap:15.5
|
||||
|
@ -79,9 +63,25 @@ jobs:
|
|||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
|
||||
alma:
|
||||
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:
|
||||
needs: fedora
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}almalinux:8
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue