mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
Enable -Werror in Travis
This commit is contained in:
parent
e61b68bd37
commit
d551c68a74
@ -25,7 +25,7 @@ script:
|
|||||||
- |-
|
- |-
|
||||||
# Build hyperrogue.
|
# Build hyperrogue.
|
||||||
autoreconf -vi
|
autoreconf -vi
|
||||||
./configure
|
./configure CXXFLAGS="-Wall -Werror -Wno-error=unused-result"
|
||||||
make
|
make
|
||||||
- |-
|
- |-
|
||||||
# Test hyperrogue.
|
# Test hyperrogue.
|
||||||
|
Loading…
Reference in New Issue
Block a user