We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efeef70 commit d65a03bCopy full SHA for d65a03b
1 file changed
.travis.yml
@@ -25,8 +25,7 @@ addons:
25
26
script:
27
- eclint check * */* */cunit/*
28
- - ./tools/build-install.sh && make check && ./tools/valgrind.sh
29
- - make installcheck || { cat pgsql/regression.diffs && false; }
+ - ./tools/build-install.sh # test compilation without lazperf
30
- ./tools/build-install.sh --with-lazperf=/usr/local && make check && ./tools/valgrind.sh
31
- make installcheck || { cat pgsql/regression.diffs && false; }
32
- (cd tools/benchmark_compression && sh compression_benchmark.sh)
0 commit comments