Pass CPPFLAGS=-Werror to Travis-CI
We want default gcc / clang warnings to fail the CI build.
This commit is contained in:
parent
c77d1ade68
commit
9596b2bf56
@ -9,7 +9,7 @@ install:
|
||||
- sudo apt-get install libcairo2-dev # for utils
|
||||
- sudo apt-get install libicu-dev # for extra unicode functions
|
||||
- sudo apt-get install libgraphite2-dev # for extra shapers
|
||||
script: ./autogen.sh && make && make check
|
||||
script: ./autogen.sh && make CPPFLAGS=-Werror && make check CPPFLAGS=-Werror
|
||||
notifications:
|
||||
irc: "irc.freenode.org#harfbuzz"
|
||||
email: harfbuzz@lists.freedesktop.org
|
||||
|
Loading…
Reference in New Issue
Block a user