Skip to content
Snippets Groups Projects
Commit 11b3f0cd authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

gitlab-ci: treat compile warnings as errors

We want to catch these early
parent 09e83439
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ build:native:
paths:
- _build
script:
- meson . _build
- meson --werror . _build
- ninja -C _build
test:native:
......
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