Compare commits
No commits in common. "8ee070fd6fae3b12232a33706004b96c7624802b" and "40dc3a795b21958ea89e11bc1ae6d65f40cd1525" have entirely different histories.
8ee070fd6f
...
40dc3a795b
4 changed files with 74 additions and 74 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
|
||||
arch:
|
||||
archlinux:
|
||||
needs: alpine
|
||||
if: failure() || success()
|
||||
container:
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
- run: spcd-browse-workspace
|
||||
|
||||
opensuse:
|
||||
needs: arch
|
||||
needs: archlinux
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}opensuse/leap:15.5
|
||||
|
@ -79,7 +79,7 @@ jobs:
|
|||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
|
||||
alma:
|
||||
almalinux:
|
||||
needs: ubuntu
|
||||
if: failure() || success()
|
||||
container:
|
||||
|
@ -96,7 +96,7 @@ jobs:
|
|||
- run: spcd-browse-workspace
|
||||
|
||||
fedora:
|
||||
needs: alma
|
||||
needs: almalinux
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}fedora:39
|
||||
|
@ -111,7 +111,7 @@ jobs:
|
|||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
|
||||
rocky:
|
||||
rockylinux:
|
||||
needs: fedora
|
||||
if: failure() || success()
|
||||
container:
|
||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
|
||||
arch:
|
||||
archlinux:
|
||||
needs: alpine
|
||||
if: failure() || success()
|
||||
container:
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
- run: spcd-browse-workspace
|
||||
|
||||
opensuse:
|
||||
needs: arch
|
||||
needs: archlinux
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}opensuse/leap:15.6
|
||||
|
@ -47,9 +47,73 @@ jobs:
|
|||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
|
||||
debian:
|
||||
ubuntu:
|
||||
needs: opensuse
|
||||
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
|
||||
|
||||
almalinux:
|
||||
needs: ubuntu
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}almalinux:9
|
||||
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: almalinux
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}fedora:40
|
||||
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
|
||||
|
||||
rockylinux:
|
||||
needs: fedora
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}rockylinux:9
|
||||
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
|
||||
|
||||
debian:
|
||||
needs: rockylinux
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}debian:bookworm
|
||||
steps:
|
||||
|
@ -65,67 +129,3 @@ jobs:
|
|||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
- run: spcd-synchronize
|
||||
|
||||
fedora:
|
||||
needs: debian
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}fedora:40
|
||||
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
|
||||
|
||||
alma:
|
||||
needs: fedora
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}almalinux:9
|
||||
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
|
||||
|
||||
rocky:
|
||||
needs: alma
|
||||
if: failure() || success()
|
||||
container:
|
||||
image: ${{vars.DOCKER}}rockylinux:9
|
||||
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: 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
|
||||
debian:
|
||||
job:
|
||||
container:
|
||||
image: ${{vars.DOCKER}}debian:bookworm
|
||||
steps:
|
||||
|
|
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
|
@ -1,7 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
|
||||
debian:
|
||||
job:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ${{vars.DOCKER}}debian:bookworm
|
||||
|
|
Loading…
Reference in a new issue