libgnt/libgnt

Prepare for the 2.14.4 release
release-2.x.y v2.14.4
5 months ago, Gary Kramlich
17a641c949d6
Prepare for the 2.14.4 release

Testing Done:
Ran `meson dist` without issue.

Reviewed at https://reviews.imfreedom.org/r/2886/
environment:
- REGISTRY=docker.io
- REPOSITORY=libgnt/builders
- DOCS_BUILD_IMAGE=${REGISTRY}/${REPOSITORY}:debian-bookworm-amd64
tasks:
build:
type: docker/run
image: docker.io/libgnt/builders:${TARGET}
clean:
type: convey/clean
files:
- debian-bookworm-amd64
- debian-bullseye-amd64
- fedora-34-amd64
- libgnt-docs
- gnt2-docs.zip
docs-clean:
type: convey/clean
files:
- libgnt-docs
- gnt2-docs.zip
docs-build:
type: docker/run
image: ${DOCS_BUILD_IMAGE}
workdir: ${CONVEY_WORKSPACE}
script:
- set -ex
- 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/gnt2-docs.zip:gnt2-docs.zip
export:
type: docker/export
files: ${TARGET}:.
import:
type: docker/import
files: .:.
plans:
docs:
stages:
- tasks:
- docs-clean
- import
- docs-build
- docs-export
clean:
stages:
- tasks: clean
debian-bullseye-amd64:
environment: TARGET=debian-bullseye-amd64
stages:
- tasks: [import, build]
- tasks: export
run: always
debian-bookworm-amd64:
environment: TARGET=debian-bookworm-amd64
stages:
- tasks: [import, build]
- tasks: export
run: always
fedora-34-amd64:
environment: TARGET=fedora-34-amd64
stages:
- tasks: [import, build]
- tasks: export
run: always