Skip to content
Snippets Groups Projects
Commit 639b538c authored by Simon McVittie's avatar Simon McVittie
Browse files

gitlab-ci: Make compiler warnings into errors

parent ca4eecc6
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ build:devel:
${STEAM_RUNTIME_TOOLS_GIT_REPO} \
subprojects/steam-runtime-tools
meson _build
meson --werror _build
ninja -C _build
ninja -C _build install
meson test --verbose -C _build
......@@ -103,6 +103,7 @@ build:scout:
--prefix="$(pwd)/_build/prefix" \
-Dpython=python3.5 \
-Dsrcdir=src \
--werror \
_build
ninja -C _build
meson test --verbose -C _build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment