.gitlab-ci/install.sh


Log

Author Commit Date CI Message
Nick Wellnhofer 86cf217d 2025-06-03T19:35:03 build: Disable Schematron support by default
Nick Wellnhofer bbe5827c 2025-04-28T17:21:05 doc: Build docs with Doxygen and xsltproc Build the documentation as part of the build process with support for all build systems. This adds a new configuration option --with-docs to build documentation. Required tools are Doxygen, xsltproc and the DocBook 4 XSLT stylesheets. Doxygen will also be required to build the Python bindings.
Nick Wellnhofer 70d18dde 2025-04-19T17:34:35 gitlab-ci: Add xmlstarlet to downstream tests Use my private fork for now.
Nick Wellnhofer adc7913d 2025-04-19T16:46:21 gitlab-ci: Avoid redundant builds of libxml2 and libxslt Build and install libxml2 and libxslt in a new "gcc-install" job and publish the build as artifact. Make the downstream tests use the artifact instead of building the libraries redundantly.