parent
eff1ed4aa5
commit
3f202a9163
2 changed files with 5 additions and 4 deletions
|
@ -6,8 +6,8 @@ jobs:
|
|||
test:
|
||||
runs-on: host
|
||||
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: |
|
||||
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
|
||||
guix shell guile-documenta -- documenta api knots
|
||||
guix shell -f guix-dev.scm -- documenta api knots
|
||||
|
|
|
@ -43,7 +43,8 @@
|
|||
(native-inputs
|
||||
(list autoconf
|
||||
automake
|
||||
pkg-config))
|
||||
pkg-config
|
||||
guile-documenta))
|
||||
(synopsis "TODO")
|
||||
(description "TODO")
|
||||
(home-page "TODO")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue