From 4b39f32b8af6ef1e02deca01ff2eb60389e5b46f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 9 Jan 2024 20:28:47 +0200 Subject: ambient.yaml: add html-page Signed-off-by: Lars Wirzenius Sponsored-by: author --- ambient.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ambient.yaml b/ambient.yaml index d5cd74e..56d7fb4 100644 --- a/ambient.yaml +++ b/ambient.yaml @@ -24,6 +24,18 @@ projects: dch -r '' - action: deb + html-page: + image: ~/tmp/ambient/ambient-boot.qcow2 + source: ~/pers/html-page/git + publish_artifacts: false + pre_plan: + - action: cargo_fetch + plan: + - action: rustup_setup + - action: cargo_clippy + - action: cargo_build + - action: cargo_test + pathdedup: image: ~/tmp/ambient/ambient-boot.qcow2 source: ~/pers/pathdedup/git -- cgit v1.2.1