libgnt/libgnt

e9f4e4f0cf13
Parents 11e76ef096a3
Children 130f4d75c237
Make sure the zip file of docs extracts to the expected name

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

Reviewed at https://reviews.imfreedom.org/r/2466/
  • +5 -4
    convey.yml
  • --- a/convey.yml Thu Jun 15 01:59:52 2023 -0500
    +++ b/convey.yml Thu Jun 15 20:34:32 2023 -0500
    @@ -15,13 +15,13 @@
    - debian-bullseye-amd64
    - fedora-34-amd64
    - libgnt-docs
    - - libgnt-docs.zip
    + - gnt3-docs.zip
    docs-clean:
    type: convey/clean
    files:
    - libgnt-docs
    - - libgnt-docs.zip
    + - gnt3-docs.zip
    docs-build:
    type: docker/run
    image: ${DOCS_BUILD_IMAGE}
    @@ -31,11 +31,12 @@
    - meson setup build-docs -Ddoc=true
    - ninja -C build-docs doc
    - cd build-docs/doc
    - - zip -9r libgnt-docs.zip libgnt
    + - mv libgnt gnt3
    + - zip -9r gnt3-docs.zip gnt3
    docs-export:
    type: docker/export
    files:
    - - build-docs/doc/libgnt-docs.zip:libgnt-docs.zip
    + - build-docs/doc/gnt3-docs.zip:gnt3-docs.zip
    export:
    type: docker/export