forked from PsychoticNinja/irssi
Add -Wall and -Werror as CFLAGS to make.
This commit is contained in:
parent
5f35fbc57a
commit
2127fd362e
@ -22,5 +22,5 @@ install: true
|
|||||||
script:
|
script:
|
||||||
- ./autogen.sh --with-proxy --with-bot --with-perl=module --prefix=$HOME/irssi-build
|
- ./autogen.sh --with-proxy --with-bot --with-perl=module --prefix=$HOME/irssi-build
|
||||||
- cat config.log
|
- cat config.log
|
||||||
- make
|
- make CFLAGS="-Wall -Werror"
|
||||||
- make install
|
- make install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user