From 330a53b4ea9477b7ba2cdbb312451ceb13f6fc78 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 13 Jan 2024 17:42:26 +0200 Subject: ambient.yaml: add ewww Signed-off-by: Lars Wirzenius Sponsored-by: author --- ambient.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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 -- cgit v1.2.1