mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Add compilation without lazperf in travis
This commit is contained in:
parent
61c8dc7c05
commit
512f60aa4e
@ -25,6 +25,8 @@ addons:
|
||||
|
||||
script:
|
||||
- eclint check * */* */cunit/*
|
||||
- ./tools/build-install.sh && make check && ./tools/valgrind.sh
|
||||
- make installcheck || { cat pgsql/regression.diffs && false; }
|
||||
- ./tools/build-install.sh --with-lazperf=/usr/local && make check && ./tools/valgrind.sh
|
||||
- make installcheck || { cat pgsql/regression.diffs && false; }
|
||||
- (cd tools/benchmark_compression && sh compression_benchmark.sh)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user