From 7f751a2da310c3f07be7d45f33f3c8804fa6b9f9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 13 Jan 2024 18:59:44 +0200 Subject: ambient.yaml: drop subplot-libdocs doc.subplot.tech replaces it. Signed-off-by: Lars Wirzenius Sponsored-by: author --- ambient.yaml | 49 +++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/ambient.yaml b/ambient.yaml index 4fcafec..43fed70 100644 --- a/ambient.yaml +++ b/ambient.yaml @@ -225,6 +225,31 @@ projects: ikiwiki --setup ikiwiki.setup --libdir /workspace/deps --rebuild --verbose + jt: + image: ~/tmp/ambient/ambient-boot.qcow2 + source: ~/pers/jt/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 + liw.fi: image: ~/tmp/ambient/ambient-boot.qcow2 source: ~/sites/liw.fi/src @@ -440,30 +465,6 @@ projects: - action: deb - subplot-libdocs: - image: ~/tmp/ambient/ambient-boot.qcow2 - source: ~/pers/subplot/git - publish_artifacts: true - pre_plan: - - action: cargo_fetch - plan: - - action: rustup_setup - - action: cargo_build - - action: shell - shell: | - ./check doc - cd test-outputs/libdocs - find -ls - for md in *.md; do - pandoc \ - --standalone \ - --self-contained \ - "$md" \ - -o "$(basename "$md" .md)".html - done - find -ls - mv *.html /workspace/artifacts/. - # DISABLED until it no longer requires Pandoc. # subplot-web: # image: ~/tmp/ambient/ambient-boot.qcow2 -- cgit v1.2.1