tweak
Some checks failed
/ alpine (push) Successful in 1m53s
/ archlinux (push) Successful in 2m38s
/ opensuse (push) Successful in 3m0s
/ ubuntu (push) Successful in 6m46s
/ fedora (push) Successful in 12m6s
/ almalinux (push) Successful in 11m10s
/ rockylinux (push) Successful in 12m32s
/ debian (push) Has been cancelled
Some checks failed
/ alpine (push) Successful in 1m53s
/ archlinux (push) Successful in 2m38s
/ opensuse (push) Successful in 3m0s
/ ubuntu (push) Successful in 6m46s
/ fedora (push) Successful in 12m6s
/ almalinux (push) Successful in 11m10s
/ rockylinux (push) Successful in 12m32s
/ debian (push) Has been cancelled
This commit is contained in:
parent
99f2c8d32d
commit
d79a5e2ecb
1 changed files with 16 additions and 16 deletions
|
@ -42,8 +42,22 @@ jobs:
|
|||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
|
||||
fedora:
|
||||
ubuntu:
|
||||
needs: opensuse
|
||||
container:
|
||||
image: ${{vars.DOCKER}}ubuntu:jammy
|
||||
steps:
|
||||
- name: spcd
|
||||
env:
|
||||
SPCD: ${{vars.SPCD}}
|
||||
run: ${{vars.SPCD}}
|
||||
|
||||
- run: spcd-check-project
|
||||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
|
||||
fedora:
|
||||
needs: ubuntu
|
||||
container:
|
||||
image: ${{vars.DOCKER}}fedora:39
|
||||
steps:
|
||||
|
@ -84,22 +98,8 @@ jobs:
|
|||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
|
||||
ubuntu:
|
||||
needs: rockylinux
|
||||
container:
|
||||
image: ${{vars.DOCKER}}ubuntu:jammy
|
||||
steps:
|
||||
- name: spcd
|
||||
env:
|
||||
SPCD: ${{vars.SPCD}}
|
||||
run: ${{vars.SPCD}}
|
||||
|
||||
- run: spcd-check-project
|
||||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
|
||||
debian:
|
||||
needs: ubuntu
|
||||
needs: rockylinux
|
||||
container:
|
||||
image: ${{vars.DOCKER}}debian:bullseye
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue