1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-23 02:50:08 +03:00

gitlab-ci: Add a "medium" config build

Also run CI tests with a build where most modules except a few are
disabled. This is the minimum configuration required for libxslt:

    --with-tree --with-xpath --with-output --with-html

Also add --with-threads.
This commit is contained in:
Nick Wellnhofer 2023-09-21 12:33:46 +02:00
parent e7f0d88ba4
commit fe1bfb349b

View File

@ -21,6 +21,13 @@ gcc:minimum:
BASE_CONFIG: "--with-minimum"
CFLAGS: "-O2"
gcc:medium:
extends: .test
variables:
BASE_CONFIG: "--with-minimum"
CONFIG: "--with-threads --with-tree --with-xpath --with-output --with-html"
CFLAGS: "-O2"
gcc:legacy:
extends: .test
only: