kc3-lang/libxml2/.gitlab-ci

Branch :


Log

Author Commit Date CI Message
1763281c 2025-09-08 15:29:23 Remove LZMA support
f92a7a50 2025-08-16 14:55:29 ci: Fix MSVC test by setting CMake generator manually Visual Studio 2017 was removed from the Windows runners, but CMake still picked it up for some reason.
ea91a507 2025-06-22 16:45:49 doc: Generate documentation with Doxygen 1.14 The 1.14.0 release fixes a serious bug with autolinks. Note that the downstream tests now run on Ubuntu with libxml2 and libxslt built on Arch. This seems to work but could break at a later point. Fixes #929.
86cf217d 2025-06-03 19:35:03 build: Disable Schematron support by default
0173fac7 2025-05-03 02:12:46 gitlab-ci: Only build documentation once per CMake platform
488939b6 2025-05-02 23:05:35 gitlab-ci: Enable documentation in more tests
bbe5827c 2025-04-28 17: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.
097fe87f 2025-04-23 17:58:34 gitlab-ci: Add --show-diff to PHP tests Thanks to @nielsdos for the hint.
134bda82 2025-04-19 18:55:29 gitlab-ci: Fetch git history for xmlstarlet
70d18dde 2025-04-19 17:34:35 gitlab-ci: Add xmlstarlet to downstream tests Use my private fork for now.