[postgis-tickets] r16121 - create script for bessie32 duplicate of bessie for now, but may change in future

Regina Obe lr at pcorp.us
Tue Nov 28 14:53:15 PST 2017


Author: robe
Date: 2017-11-28 14:53:15 -0800 (Tue, 28 Nov 2017)
New Revision: 16121

Added:
   trunk/ci/bessie32/
   trunk/ci/bessie32/postgis_regress.sh
Log:
create script for bessie32 duplicate of bessie for now, but may change in future

Added: trunk/ci/bessie32/postgis_regress.sh
===================================================================
--- trunk/ci/bessie32/postgis_regress.sh	                        (rev 0)
+++ trunk/ci/bessie32/postgis_regress.sh	2017-11-28 22:53:15 UTC (rev 16121)
@@ -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