summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-01-13 17:42:26 +0200
committerLars Wirzenius <liw@liw.fi>2024-01-13 17:42:26 +0200
commit330a53b4ea9477b7ba2cdbb312451ceb13f6fc78 (patch)
tree377326be2fb7f0acbc3082e2280c4ac975249135
parentbc457b10a084523da97c775a993e5d6ac0b9d89a (diff)
downloadliw-dot-files-330a53b4ea9477b7ba2cdbb312451ceb13f6fc78.tar.gz
ambient.yaml: add ewww
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ambient.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/ambient.yaml b/ambient.yaml
index 7742319..4fcafec 100644
--- a/ambient.yaml
+++ b/ambient.yaml
@@ -138,6 +138,31 @@ projects:
-o "$libdocs/$(basename "$md" .md)".html "$md"
done
+ ewww:
+ image: ~/tmp/ambient/ambient-boot.qcow2
+ source: ~/pers/ewww/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 ''
+
+ git status --ignored
+ git clean -fdx
+ - action: deb
+
ewww.liw.fi:
image: ~/tmp/ambient/ambient-boot.qcow2
source: ~/pers/ewww/ewww.liw.fi/src