aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-14 18:39:40 +0200
committerDavid Robillard <d@drobilla.net>2020-08-14 19:22:11 +0200
commitff43a1f407553dee01ba058c2b07ec1e6842cb9f (patch)
treed204ecd6b35b6321b90cb3f59068b29599dc713f /.gitlab-ci.yml
parentada2909ca27bd52be4a91d1d985661a0300cd77a (diff)
downloadserd-ff43a1f407553dee01ba058c2b07ec1e6842cb9f.tar.gz
serd-ff43a1f407553dee01ba058c2b07ec1e6842cb9f.tar.bz2
serd-ff43a1f407553dee01ba058c2b07ec1e6842cb9f.zip
Use ultra-strict warnings and Werror on Windows CI rows
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ec4cc240..47c96038 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -175,7 +175,7 @@ test:mac_rel:
win_dbg:
<<: *build_definition
- script: python ./waf configure build -dST --no-coverage
+ script: python ./waf configure build -dST --werror --no-coverage
tags: [windows,msvc,python]
test:win_dbg:
@@ -187,7 +187,7 @@ test:win_dbg:
win_rel:
<<: *build_definition
- script: python ./waf configure build -ST --no-coverage
+ script: python ./waf configure build -ST --werror --no-coverage
tags: [windows,msvc,python]
test:win_rel: