From: Regina Obe Date: Tue, 28 Nov 2017 23:41:40 +0000 (+0000) Subject: Add the freebsd bot scripts -- the svn hook change should make these fire right away X-Git-Tag: 2.4.3rc1~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ca879789ef1b6a509426af5142a633cb5cfd476;p=postgis Add the freebsd bot scripts -- the svn hook change should make these fire right away git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16122 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ci/bessie/postgis_regress.sh b/ci/bessie/postgis_regress.sh new file mode 100644 index 000000000..f1997716b --- /dev/null +++ b/ci/bessie/postgis_regress.sh @@ -0,0 +1,8 @@ +export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin +sh autogen.sh +./configure --with-projdir=/usr/local --with-libiconv=/usr/local --without-interrupt-tests +make clean +make +export PGUSER=postgres +export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${TAG} +make check diff --git a/ci/bessie32/postgis_regress.sh b/ci/bessie32/postgis_regress.sh new file mode 100644 index 000000000..f1997716b --- /dev/null +++ b/ci/bessie32/postgis_regress.sh @@ -0,0 +1,8 @@ +export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin +sh autogen.sh +./configure --with-projdir=/usr/local --with-libiconv=/usr/local --without-interrupt-tests +make clean +make +export PGUSER=postgres +export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${TAG} +make check