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