summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-01-09 20:28:47 +0200
committerLars Wirzenius <liw@liw.fi>2024-01-09 20:28:47 +0200
commit4b39f32b8af6ef1e02deca01ff2eb60389e5b46f (patch)
treeda97c2b526a36a8c7a59b52a8aaf9c320b760ebc
parent8f9b057a4b5425fe7fb3c9867288fa0444363876 (diff)
downloadliw-dot-files-4b39f32b8af6ef1e02deca01ff2eb60389e5b46f.tar.gz
ambient.yaml: add html-page
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ambient.yaml12
1 files changed, 12 insertions, 0 deletions
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