Add compilation without lazperf in travis

This commit is contained in:
Blottiere Paul 2018-06-19 12:35:38 +01:00
parent 61c8dc7c05
commit 512f60aa4e

View File

@ -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)