[postgis-tickets] r16122 - Add the freebsd bot scripts -- the svn hook change should make these fire right away
Regina Obe
lr at pcorp.us
Tue Nov 28 15:41:41 PST 2017
Author: robe
Date: 2017-11-28 15:41:40 -0800 (Tue, 28 Nov 2017)
New Revision: 16122
Added:
branches/2.4/ci/bessie/
branches/2.4/ci/bessie/postgis_regress.sh
branches/2.4/ci/bessie32/
branches/2.4/ci/bessie32/postgis_regress.sh
Log:
Add the freebsd bot scripts -- the svn hook change should make these fire right away
Added: branches/2.4/ci/bessie/postgis_regress.sh
===================================================================
--- branches/2.4/ci/bessie/postgis_regress.sh (rev 0)
+++ branches/2.4/ci/bessie/postgis_regress.sh 2017-11-28 23:41:40 UTC (rev 16122)
@@ -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
Added: branches/2.4/ci/bessie32/postgis_regress.sh
===================================================================
--- branches/2.4/ci/bessie32/postgis_regress.sh (rev 0)
+++ branches/2.4/ci/bessie32/postgis_regress.sh 2017-11-28 23:41:40 UTC (rev 16122)
@@ -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
More information about the postgis-tickets
mailing list