libgnt/libgnt

Put the documentation into a zip file
release-2.x.y
10 months ago, Gary Kramlich
73d8724225e7
Parents 8346f0e78104
Children 2da723f790d6
Put the documentation into a zip file

Testing Done:
Ran locally and verified the zip file with `unzip`.

Reviewed at https://reviews.imfreedom.org/r/2467/
  • +10 -3
    convey.yml
  • --- a/convey.yml Fri May 27 04:15:09 2022 -0500
    +++ b/convey.yml Thu Jun 15 20:22:30 2023 -0500
    @@ -15,21 +15,28 @@
    - debian-bullseye-amd64
    - fedora-34-amd64
    - libgnt-docs
    + - gnt2-docs.zip
    docs-clean:
    type: convey/clean
    - files: libgnt-docs
    + files:
    + - libgnt-docs
    + - gnt2-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 -Dpython2=false
    - ninja -C build-docs libgnt-doc
    + - cd build-docs/doc
    + - mv html gnt2
    + - zip -9r gnt2-docs.zip gnt2
    docs-export:
    type: docker/export
    - files: build-docs/doc/html:libgnt-docs
    + files:
    + - build-docs/doc/gnt2-docs.zip:gnt2-docs.zip
    export:
    type: docker/export