Make enabled warnings errors during CI builds

Related to #1043.
master
Camilla Löwy ago%!(EXTRA string=8 years)
parent c0bc10427c
commit 4feede6dd5
  1. 1
      .appveyor.yml
  2. 3
      .travis.yml

@ -4,6 +4,7 @@ branches:
- master
skip_tags: true
environment:
CFLAGS: /WX
matrix:
- BUILD_SHARED_LIBS: ON
- BUILD_SHARED_LIBS: OFF

@ -20,6 +20,9 @@ addons:
- libxcursor-dev
- libxi-dev
env:
global:
- CFLAGS=-Werror
matrix:
- BUILD_SHARED_LIBS=ON
- BUILD_SHARED_LIBS=OFF
script:

Loading…
Cancel
Save