summaryrefslogtreecommitdiff
path: root/ci-prod-obnam.ick
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-26 17:35:43 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-26 17:35:43 +0200
commit8e1c490315d3f3dfa8fd4da958df8338de8934f5 (patch)
tree1d7b890183e6a9378401203e76627a18c271f0e8 /ci-prod-obnam.ick
parent415b709062da06919d90de48e21500a34e43acd4 (diff)
downloadliw-ci-8e1c490315d3f3dfa8fd4da958df8338de8934f5.tar.gz
build and publish obnam docs
Diffstat (limited to 'ci-prod-obnam.ick')
-rw-r--r--ci-prod-obnam.ick11
1 files changed, 6 insertions, 5 deletions
diff --git a/ci-prod-obnam.ick b/ci-prod-obnam.ick
index 07990b0..f3982ec 100644
--- a/ci-prod-obnam.ick
+++ b/ci-prod-obnam.ick
@@ -258,9 +258,6 @@ pipelines:
git archive HEAD | xz > "../${name}_${upstream}.orig.tar.xz"
dpkg-buildpackage -us -uc -sa || cat /tmp/subplot_*.diff.* 2>&1
- - pipeline: build_obnam_and_docs
- actions:
- - shell: |
apt-get update
apt-get install -y subplot \
pandoc-citeproc \
@@ -269,7 +266,11 @@ pipelines:
texlive-fonts-recommended \
plantuml
- cd src
+ rm -f obnam.html obnam.pdf
sp-docgen obnam.md -o obnam.html
sp-docgen obnam.md -o obnam.pdf
- where: container
+ install -d /workspace/examples
+ install -m 0644 obnam.html obnam.pdf /workspace/examples/.
+
+ - action: rsync
+ where: host