summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ambient.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/ambient.yaml b/ambient.yaml
index e6fd1d4..8daef2f 100644
--- a/ambient.yaml
+++ b/ambient.yaml
@@ -566,6 +566,25 @@ projects:
ikiwiki --setup ikiwiki.setup --libdir /workspace/deps --rebuild --verbose
+ vmdb2:
+ image: ~/tmp/ambient/ambient-boot.qcow2
+ source: ~/pers/vmdb2/git
+ publish_artifacts: true
+ plan:
+ - action: shell
+ shell: |
+ export PATH="/root/.cargo/bin:$PATH"
+
+ mkdir debian
+ git archive debian/unstable | tar -C debian -xf -
+
+ 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
+
vmdb2.liw.fi:
image: ~/tmp/ambient/ambient-boot.qcow2
source: ~/pers/vmdb2/vmdb2.liw.fi/src