fedora later in main
This commit is contained in:
parent
68c64ef384
commit
40fad99700
1 changed files with 18 additions and 18 deletions
|
@ -31,24 +31,8 @@ jobs:
|
||||||
- run: spcd-build-project
|
- run: spcd-build-project
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
|
|
||||||
fedora:
|
|
||||||
needs: arch
|
|
||||||
if: failure() || success()
|
|
||||||
container:
|
|
||||||
image: ${{vars.DOCKER}}fedora:40
|
|
||||||
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
|
|
||||||
|
|
||||||
debian:
|
debian:
|
||||||
needs: fedora
|
needs: arch
|
||||||
if: failure() || success()
|
if: failure() || success()
|
||||||
container:
|
container:
|
||||||
image: ${{vars.DOCKER}}debian:bookworm
|
image: ${{vars.DOCKER}}debian:bookworm
|
||||||
|
@ -98,9 +82,25 @@ jobs:
|
||||||
- run: spcd-build-project
|
- run: spcd-build-project
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
|
|
||||||
alma:
|
fedora:
|
||||||
needs: ubuntu
|
needs: ubuntu
|
||||||
if: failure() || success()
|
if: failure() || success()
|
||||||
|
container:
|
||||||
|
image: ${{vars.DOCKER}}fedora:40
|
||||||
|
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:
|
container:
|
||||||
image: ${{vars.DOCKER}}almalinux:9
|
image: ${{vars.DOCKER}}almalinux:9
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue