diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
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: |