mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Compile with -Werror on Travis
This commit is contained in:
parent
8bc481a043
commit
5abc2f3434
@ -20,7 +20,7 @@ before_script:
|
||||
- ./autogen.sh
|
||||
|
||||
script:
|
||||
- ./configure CFLAGS="-Wall -O2 -g" --with-lazperf=/usr/local/
|
||||
- ./configure CFLAGS="-Wall -Werror -O2 -g" --with-lazperf=/usr/local/
|
||||
- make
|
||||
- make check
|
||||
- valgrind --leak-check=full --error-exitcode=1 lib/cunit/cu_tester
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user