WIP
Some checks failed
/ test (push) Failing after 11s

This commit is contained in:
Christopher Baines 2025-06-24 12:34:04 +02:00
parent eff1ed4aa5
commit 3f202a9163
2 changed files with 5 additions and 4 deletions

View file

@ -6,8 +6,8 @@ jobs:
test: test:
runs-on: host runs-on: host
steps: steps:
- run: git clone --depth=1 https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git knots-trunk
- run: git clone --depth=1 https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git --branch=pages knots-pages
- run: | - run: |
git clone --depth=1 https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git knots-trunk
git clone --depth=1 https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git --branch=pages knots-pages
cd knots-trunk cd knots-trunk
guix shell guile-documenta -- documenta api knots guix shell -f guix-dev.scm -- documenta api knots

View file

@ -43,7 +43,8 @@
(native-inputs (native-inputs
(list autoconf (list autoconf
automake automake
pkg-config)) pkg-config
guile-documenta))
(synopsis "TODO") (synopsis "TODO")
(description "TODO") (description "TODO")
(home-page "TODO") (home-page "TODO")