Compare commits
No commits in common. "affb2786f330d7dfd72e3be9e687a23215defd47" and "66a848b5e769ea08eeeaa8961e03b98752ffd3c1" have entirely different histories.
affb2786f3
...
66a848b5e7
2 changed files with 18 additions and 21 deletions
|
@ -15,9 +15,25 @@ jobs:
|
||||||
- run: spcd-build-project
|
- run: spcd-build-project
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
|
|
||||||
debian:
|
arch:
|
||||||
needs: alpine
|
needs: alpine
|
||||||
if: failure() || success()
|
if: failure() || success()
|
||||||
|
container:
|
||||||
|
image: ${{vars.DOCKER}}archlinux:base-20240818.0.255804
|
||||||
|
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:
|
||||||
|
needs: arch
|
||||||
|
if: failure() || success()
|
||||||
container:
|
container:
|
||||||
image: ${{vars.DOCKER}}debian:bookworm
|
image: ${{vars.DOCKER}}debian:bookworm
|
||||||
steps:
|
steps:
|
||||||
|
@ -34,24 +50,8 @@ jobs:
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
- run: spcd-synchronize
|
- run: spcd-synchronize
|
||||||
|
|
||||||
arch:
|
|
||||||
needs: debian
|
|
||||||
if: failure() || success()
|
|
||||||
container:
|
|
||||||
image: ${{vars.DOCKER}}archlinux:base-20240818.0.255804
|
|
||||||
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:
|
opensuse:
|
||||||
needs: arch
|
needs: debian
|
||||||
if: failure() || success()
|
if: failure() || success()
|
||||||
container:
|
container:
|
||||||
image: ${{vars.DOCKER}}opensuse/leap:15.6
|
image: ${{vars.DOCKER}}opensuse/leap:15.6
|
||||||
|
|
|
@ -811,9 +811,6 @@ spcd_f_pkg() {
|
||||||
"${SPCD_PM_PACMAN}") spcd_f_pm_pkg_install "openssh" ;;
|
"${SPCD_PM_PACMAN}") spcd_f_pm_pkg_install "openssh" ;;
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
# pandoc
|
|
||||||
spcd_step "PanDoc"
|
|
||||||
spcd_f_pm_pkg_install "pandoc"
|
|
||||||
# plantuml
|
# plantuml
|
||||||
spcd_step "PlantUML"
|
spcd_step "PlantUML"
|
||||||
spcd_f_pm_pkg_install "plantuml"
|
spcd_f_pm_pkg_install "plantuml"
|
||||||
|
|
Loading…
Reference in a new issue