summaryrefslogtreecommitdiff
path: root/.gitlab-ci/test-docker.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/test-docker.sh')
-rwxr-xr-x.gitlab-ci/test-docker.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci/test-docker.sh b/.gitlab-ci/test-docker.sh
index d44641dd..1d1a1a64 100755
--- a/.gitlab-ci/test-docker.sh
+++ b/.gitlab-ci/test-docker.sh
@@ -26,6 +26,9 @@ python -m pip install pycairo flake8 pytest pytest-faulthandler coverage
export CFLAGS="-coverage -ftest-coverage -fprofile-arcs -Werror"
+# FIXME: g_callable_info_free_closure etc
+CFLAGS+=" -Wno-error=deprecated-declarations"
+
# MESON
/usr/bin/python3 -m pip install --user meson
export PATH="${HOME}/.local/bin:${PATH}"