summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-02-10 10:05:08 +0200
committerLars Wirzenius <liw@liw.fi>2024-02-10 10:05:08 +0200
commit02521e77a19bde1c7608e70a535d06cfe6ef348b (patch)
treea2c7524064a2f948cd700e7550f2a368d9bd44eb
parentdf68a3d57b1838a0604b15c1b98d1123eee4947c (diff)
downloadliw-dot-files-02521e77a19bde1c7608e70a535d06cfe6ef348b.tar.gz
ambient.yaml: doc.subplot.tech: add ToC for libdocs
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ambient.yaml29
1 files changed, 28 insertions, 1 deletions
diff --git a/ambient.yaml b/ambient.yaml
index b34a6d9..ae5c944 100644
--- a/ambient.yaml
+++ b/ambient.yaml
@@ -141,7 +141,7 @@ projects:
dir="$(dirname "$yaml")"
md="$dir/$(basename "$yaml" .yaml).md"
subplot "--resources=$(pwd)" libdocgen --output "$md" "$yaml"
- pandoc --standalone --self-contained \
+ pandoc --standalone --self-contained --toc \
--metadata title="$(basename "$yaml" .yaml)" \
-o "$libdocs/$(basename "$md" .md)".html "$md"
done
@@ -465,6 +465,33 @@ projects:
post_plan:
- action: dput
+ radicle-native-ci:
+ image: ~/tmp/ambient/ambient-boot.qcow2
+ source: ~/radicle/radicle-native-ci
+ # pre_plan:
+ # - action: cargo_fetch
+ plan:
+ - action: rustup_setup
+ - action: cargo_fmt
+# - action: cargo_clippy
+ - action: cargo_build
+ - action: cargo_test
+ - action: shell
+ shell: |
+ export PATH="/root/.cargo/bin:$PATH"
+
+ git status --ignored
+ git clean -fdx
+
+ V="$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')"
+ T="$(date -u "+%Y%m%dT%H%M%S")"
+ version="$V.ci$T-1"
+ dch -v "$version" "CI build under Ambient."
+ dch -r ''
+ - action: deb
+ post_plan:
+ - action: dput
+
riki.liw.fi:
image: ~/tmp/ambient/ambient-boot.qcow2
source: ~/pers/riki/riki.liw.fi/src