Compare commits
2 commits
14c3056cd1
...
34ee8bb87b
Author | SHA1 | Date | |
---|---|---|---|
34ee8bb87b | |||
7d31d5163d |
2 changed files with 15 additions and 1 deletions
13
.forgejo/workflows/demo.yaml
Normal file
13
.forgejo/workflows/demo.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- actions-test
|
||||
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: |
|
||||
cd knots-trunk
|
||||
guix shell -D -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