Compare commits
No commits in common. "66a848b5e769ea08eeeaa8961e03b98752ffd3c1" and "8fb9aff2a9695f1be82407a07b10818d4208f68b" have entirely different histories.
66a848b5e7
...
8fb9aff2a9
3 changed files with 40 additions and 40 deletions
|
@ -1,9 +1,9 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
alpine:
|
arch:
|
||||||
container:
|
container:
|
||||||
image: ${{vars.DOCKER}}alpine:3.19
|
image: ${{vars.DOCKER}}archlinux:base-20240101.0.204074
|
||||||
steps:
|
steps:
|
||||||
- name: spcd
|
- name: spcd
|
||||||
env:
|
env:
|
||||||
|
@ -15,11 +15,11 @@ jobs:
|
||||||
- run: spcd-build-project
|
- run: spcd-build-project
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
|
|
||||||
arch:
|
alpine:
|
||||||
needs: alpine
|
needs: arch
|
||||||
if: failure() || success()
|
if: failure() || success()
|
||||||
container:
|
container:
|
||||||
image: ${{vars.DOCKER}}archlinux:base-20240101.0.204074
|
image: ${{vars.DOCKER}}alpine:3.19
|
||||||
steps:
|
steps:
|
||||||
- name: spcd
|
- name: spcd
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -1,23 +1,7 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
alpine:
|
|
||||||
container:
|
|
||||||
image: ${{vars.DOCKER}}alpine:3.20
|
|
||||||
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:
|
arch:
|
||||||
needs: alpine
|
|
||||||
if: failure() || success()
|
|
||||||
container:
|
container:
|
||||||
image: ${{vars.DOCKER}}archlinux:base-20240818.0.255804
|
image: ${{vars.DOCKER}}archlinux:base-20240818.0.255804
|
||||||
steps:
|
steps:
|
||||||
|
@ -31,9 +15,41 @@ jobs:
|
||||||
- run: spcd-build-project
|
- run: spcd-build-project
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
|
|
||||||
debian:
|
alpine:
|
||||||
needs: arch
|
needs: arch
|
||||||
if: failure() || success()
|
if: failure() || success()
|
||||||
|
container:
|
||||||
|
image: ${{vars.DOCKER}}alpine:3.20
|
||||||
|
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: alpine
|
||||||
|
if: failure() || success()
|
||||||
|
container:
|
||||||
|
image: ${{vars.DOCKER}}fedora:40
|
||||||
|
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: fedora
|
||||||
|
if: failure() || success()
|
||||||
container:
|
container:
|
||||||
image: ${{vars.DOCKER}}debian:bookworm
|
image: ${{vars.DOCKER}}debian:bookworm
|
||||||
steps:
|
steps:
|
||||||
|
@ -82,24 +98,8 @@ jobs:
|
||||||
- run: spcd-build-project
|
- run: spcd-build-project
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
|
|
||||||
fedora:
|
|
||||||
needs: ubuntu
|
|
||||||
if: failure() || success()
|
|
||||||
container:
|
|
||||||
image: ${{vars.DOCKER}}fedora:40
|
|
||||||
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
|
|
||||||
|
|
||||||
alma:
|
alma:
|
||||||
needs: fedora
|
needs: ubuntu
|
||||||
if: failure() || success()
|
if: failure() || success()
|
||||||
container:
|
container:
|
||||||
image: ${{vars.DOCKER}}almalinux:9
|
image: ${{vars.DOCKER}}almalinux:9
|
||||||
|
|
2
build.py
2
build.py
|
@ -6,6 +6,6 @@ from pathlib import Path
|
||||||
from rwx.fs import make_directory, write
|
from rwx.fs import make_directory, write
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
out = Path(__file__).parent / "out" / "web"
|
out = Path(__file__).parent / "out"
|
||||||
make_directory(out)
|
make_directory(out)
|
||||||
write(out / "index.html", "spcd.rwx.work")
|
write(out / "index.html", "spcd.rwx.work")
|
||||||
|
|
Loading…
Reference in a new issue