From 3ed37850ab48d6abe805943dd1794e6ad4be4ad1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 10 Mar 2024 09:23:30 +0200 Subject: ambient.yaml: add pandoc-filter-diagram Signed-off-by: Lars Wirzenius Sponsored-by: author --- ambient.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/ambient.yaml b/ambient.yaml index 5a108fe..6554254 100644 --- a/ambient.yaml +++ b/ambient.yaml @@ -481,6 +481,37 @@ projects: post_plan: - action: rsync + pandoc-filter-diagram: + image: ~/tmp/ambient/ambient-boot.qcow2 + source: ~/pers/pandoc-filter-diagram/git + pre_plan: + - action: cargo_fetch + plan: + - action: cargo_fmt + - action: cargo_clippy + - action: cargo_build + # Don't test: the tests require a version of Pandoc that may not + # be available. + # - action: cargo_test + - action: shell + shell: | + export DEBEMAIL=liw@liw.fi + export DEBFULLNAME="Lars Wirzenius" + + 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 '' + + head debian/changelog + + git status --ignored + git clean -fdx + - action: deb + post_plan: + - action: dput + pathdedup: image: ~/tmp/ambient/ambient-boot.qcow2 source: ~/pers/pathdedup/git -- cgit v1.2.1