Skip to content

.gitlab-ci.yml: Put LIBRSVG_DEBUG in the variables: section, not before_script

Otherwise the whole before_script section gets overwritten when merging the &distro_test reference.

CC @alatiera - I was wondering why my 32-bit-ci branch was compiling in release mode. Turns out the before_script section that has the export LIBRSVG_DEBUG was not being used at all.

Merge request reports