mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
11 lines
186 B
Bash
Executable File
11 lines
186 B
Bash
Executable File
#! /bin/bash
|
|
|
|
set -e
|
|
|
|
sh ./tools/build_install.sh
|
|
sh ./tools/install_lazperf.sh
|
|
sh ./tools/build_install.sh --with-lazperf=/usr/local
|
|
make check
|
|
sh ./tools/valgrind.sh
|
|
make installcheck
|