summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-01-09 21:06:25 +0200
committerLars Wirzenius <liw@liw.fi>2024-01-09 21:06:25 +0200
commitd2ca6e9d43349395446f56250d1c392062703bb3 (patch)
treee4285e780962197824aea8427a5bf9065e7d1cc0
parentca3cf5df4611ac4d12020a037d7202912f64edbc (diff)
downloadliw-dot-files-d2ca6e9d43349395446f56250d1c392062703bb3.tar.gz
ambient.yaml: add summain
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ambient.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/ambient.yaml b/ambient.yaml
index 37ea7fe..50b4a1d 100644
--- a/ambient.yaml
+++ b/ambient.yaml
@@ -58,6 +58,28 @@ projects:
dch -r ''
- action: deb
+ summain:
+ image: ~/tmp/ambient/ambient-boot.qcow2
+ source: ~/pers/obnam/summain
+ publish_artifacts: true
+ pre_plan:
+ - action: cargo_fetch
+ plan:
+ - action: rustup_setup
+ - action: cargo_clippy
+ - action: cargo_build
+ - action: cargo_test
+ - action: shell
+ shell: |
+ export PATH="/root/.cargo/bin:$PATH"
+
+ 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
+
pathdedup:
image: ~/tmp/ambient/ambient-boot.qcow2
source: ~/pers/pathdedup/git