talkatu/talkatu

Create a zip file of the docs

10 months ago, Gary Kramlich
7f0fbe7e68d6
Parents f1e368a967e6
Children 979e1d618007
Create a zip file of the docs

This make it easier and faster to get them into the image for
docs.imfreedom.org.

Testing Done:
Built locally. I also updated the debian-bookworm-amd64 image to add zip.

Reviewed at https://reviews.imfreedom.org/r/2463/
  • +8 -3
    convey.yml
  • --- a/convey.yml Sat Jun 03 01:15:00 2023 -0500
    +++ b/convey.yml Thu Jun 15 02:53:41 2023 -0500
    @@ -21,6 +21,7 @@
    - scanbuild
    - valgrind
    - talkatu-docs
    + - talkatu-docs.zip
    build:
    type: docker/run
    @@ -32,18 +33,22 @@
    docs-clean:
    type: convey/clean
    - files: talkatu-docs
    + files:
    + - talkatu-docs
    + - talkatu-docs.zip
    docs-build:
    type: docker/run
    image: ${DOCS_BUILD_IMAGE}
    workdir: ${CONVEY_WORKSPACE}
    script:
    - set -ex
    - - meson build-docs
    + - meson setup build-docs -Ddoc=true
    - ninja -C build-docs doc
    + - cd build-docs/talkatu/reference
    + - zip -9r talkatu-docs.zip talkatu
    docs-export:
    type: docker/export
    - files: build-docs/talkatu/reference/talkatu:talkatu-docs
    + files: build-docs/talkatu/reference/talkatu-docs.zip:talkatu-docs.zip
    plans:
    debian-bookworm-i386: