summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-01-13 18:59:44 +0200
committerLars Wirzenius <liw@liw.fi>2024-01-13 18:59:44 +0200
commit7f751a2da310c3f07be7d45f33f3c8804fa6b9f9 (patch)
treeeff15f5aa253ae2f3e1b3548c1cfcbc70f322690
parent330a53b4ea9477b7ba2cdbb312451ceb13f6fc78 (diff)
downloadliw-dot-files-7f751a2da310c3f07be7d45f33f3c8804fa6b9f9.tar.gz
ambient.yaml: drop subplot-libdocs
doc.subplot.tech replaces it. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ambient.yaml49
1 files 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