summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2022-05-07 13:38:10 +0930
committerAdrian Johnson <ajohnson@redneon.com>2022-05-07 17:45:02 +0930
commit0f770dbce271917d63c2b0ff735125fc7912e3f7 (patch)
treebd6adb2a0af6f475b8d8ffcd328ab711802ab1f3 /.gitlab-ci.yml
parent0ea231fae5acef868840b026c1502c470d0fb89c (diff)
downloadcairo-0f770dbce271917d63c2b0ff735125fc7912e3f7.tar.gz
Add -Werror for meson CI build
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 46cc5f0cf..a5e08bb76 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -209,6 +209,7 @@ fedora meson build:
${DEFAULT_MESON_ARGS}
-Dgl-backend=gl
script:
+ - export CFLAGS="-Werror -Wno-error=deprecated-declarations"
- meson builddir ${MESON_ARGS}
- ninja -C builddir
# - ninja -C builddir test