parent
eff1ed4aa5
commit
3f202a9163
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue