summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-01-09 20:05:49 +0200
committerLars Wirzenius <liw@liw.fi>2024-01-09 20:05:49 +0200
commit91e8aeb834905b89a0de24f20bf1a52ae9614ad5 (patch)
tree36d9fdaf453746786bdabf0ab59d4dcc610ba943
parent63a674bed38f3abad4543af8bca455bc41c64a0a (diff)
downloadliw-dot-files-91e8aeb834905b89a0de24f20bf1a52ae9614ad5.tar.gz
ambient.yaml: add sshca
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ambient.yaml37
1 files changed, 22 insertions, 15 deletions
diff --git a/ambient.yaml b/ambient.yaml
index ee38636..36622b2 100644
--- a/ambient.yaml
+++ b/ambient.yaml
@@ -1,5 +1,27 @@
projects:
+ sshca:
+ image: ~/tmp/ambient/ambient-boot.qcow2
+ source: ~/pers/sshca/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
+
subplot-libdocs:
image: ~/tmp/ambient/ambient-boot.qcow2
source: ~/pers/subplot/git
@@ -281,21 +303,6 @@ projects:
# - action: deb
# - image: ~/tmp/ambient/ambient-boot.qcow2
-# source: ~/pers/sshca/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: |
-# git clean -fdx
-# - action: deb
-
-# - image: ~/tmp/ambient/ambient-boot.qcow2
# source: ~/pers/pathdedup/git
# publish_artifacts: true
# pre_plan: