Skip to content

Commit 512f60a

Browse files
committed
Add compilation without lazperf in travis
1 parent 61c8dc7 commit 512f60a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ addons:
2525

2626
script:
2727
- eclint check * */* */cunit/*
28+
- ./tools/build-install.sh && make check && ./tools/valgrind.sh
29+
- make installcheck || { cat pgsql/regression.diffs && false; }
2830
- ./tools/build-install.sh --with-lazperf=/usr/local && make check && ./tools/valgrind.sh
2931
- make installcheck || { cat pgsql/regression.diffs && false; }
3032
- (cd tools/benchmark_compression && sh compression_benchmark.sh)

0 commit comments

Comments
 (0)