From 02521e77a19bde1c7608e70a535d06cfe6ef348b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 10 Feb 2024 10:05:08 +0200 Subject: ambient.yaml: doc.subplot.tech: add ToC for libdocs Signed-off-by: Lars Wirzenius Sponsored-by: author --- ambient.yaml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1