mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
13 lines
277 B
Bash
Executable File
13 lines
277 B
Bash
Executable File
#! /bin/bash
|
|
|
|
set -e
|
|
|
|
cd ../.. && \
|
|
./tools/build-install.sh && \
|
|
sh .install-lazperf.sh && \
|
|
./tools/build-install.sh --with-lazperf=/usr/local && \
|
|
make check && \
|
|
./tools/valgrind.sh && \
|
|
make installcheck && \
|
|
cat pgsql/regression.diffs || true
|