summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-01-15 20:42:20 +0200
committerLars Wirzenius <liw@liw.fi>2024-01-15 20:42:20 +0200
commit328501fa7d11b33b1f4d5e3de2979258b74076ba (patch)
tree7da94badb2a61bc677c756ecc71dbe9b2d018515
parent2d4789238a6cd5333f1a0cdd9da8be0e79fe93b4 (diff)
downloadliw-dot-files-328501fa7d11b33b1f4d5e3de2979258b74076ba.tar.gz
ambient.yaml: add vmdb2-manual
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ambient.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/ambient.yaml b/ambient.yaml
index 8daef2f..d1f3f20 100644
--- a/ambient.yaml
+++ b/ambient.yaml
@@ -554,6 +554,28 @@ projects:
ikiwiki --setup ikiwiki.setup --libdir /workspace/deps --rebuild --verbose
+ vmadm:
+ image: ~/tmp/ambient/ambient-boot.qcow2
+ source: ~/pers/vmadm/git
+ 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
+
vmadm.liw.fi:
image: ~/tmp/ambient/ambient-boot.qcow2
source: ~/pers/vmadm/vmadm.liw.fi/src
@@ -585,6 +607,16 @@ projects:
dch -r ''
- action: deb
+ vmdb2-manual:
+ image: ~/tmp/ambient/ambient-boot.qcow2
+ source: ~/pers/vmdb2/git
+ publish_artifacts: true
+ plan:
+ - action: shell
+ shell: |
+ ./format.sh
+ cp vmdb2.html /workspace/artifacts/index.html
+
vmdb2.liw.fi:
image: ~/tmp/ambient/ambient-boot.qcow2
source: ~/pers/vmdb2/vmdb2.liw.fi/src