ubuntu earlier

This commit is contained in:
Marc Beninca 2024-10-14 17:38:25 +02:00
parent affb2786f3
commit da99965c64
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -34,9 +34,25 @@ jobs:
- run: spcd-browse-workspace
- run: spcd-synchronize
arch:
ubuntu:
needs: debian
if: failure() || success()
container:
image: ${{vars.DOCKER}}ubuntu:noble
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
arch:
needs: ubuntu
if: failure() || success()
container:
image: ${{vars.DOCKER}}archlinux:base-20240818.0.255804
steps:
@ -66,24 +82,8 @@ jobs:
- run: spcd-build-project
- run: spcd-browse-workspace
ubuntu:
needs: opensuse
if: failure() || success()
container:
image: ${{vars.DOCKER}}ubuntu:noble
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
fedora:
needs: ubuntu
needs: opensuse
if: failure() || success()
container:
image: ${{vars.DOCKER}}fedora:40