summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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