pointcloud/.github/scripts/pgpointcloud.sh
2020-04-12 00:40:03 +02:00

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