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. 7
      .travis.yml

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

@ -20,8 +20,11 @@ addons:
- libxcursor-dev
- libxi-dev
env:
- BUILD_SHARED_LIBS=ON
- BUILD_SHARED_LIBS=OFF
global:
- CFLAGS=-Werror
matrix:
- BUILD_SHARED_LIBS=ON
- BUILD_SHARED_LIBS=OFF
script:
- mkdir build
- cd build

Loading…
Cancel
Save