travis-ci: don't use custom CFLAGS
Makefile.am provides -Wall and -Werror now.
This commit is contained in:
@@ -5,7 +5,7 @@ install:
|
|||||||
before_script:
|
before_script:
|
||||||
- ./bootstrap.sh
|
- ./bootstrap.sh
|
||||||
script:
|
script:
|
||||||
- ./configure ${CONFIGURE_OPT} && make CFLAGS="-Wall -Werror" && make CFLAGS="-Wall -Werror" check-TESTS
|
- ./configure ${CONFIGURE_OPT} && make && make check-TESTS
|
||||||
env:
|
env:
|
||||||
- CONFIGURE_OPT="--without-libxml2"
|
- CONFIGURE_OPT="--without-libxml2"
|
||||||
- CONFIGURE_OPT="--with-libxml2"
|
- CONFIGURE_OPT="--with-libxml2"
|
||||||
|
|||||||
Reference in New Issue
Block a user