[postgis-tickets] r17594 - Add berrie's ci script
Regina Obe
lr at pcorp.us
Sat Jul 13 06:14:44 PDT 2019
Author: robe
Date: 2019-07-13 18:14:43 -0700 (Sat, 13 Jul 2019)
New Revision: 17594
Added:
trunk/ci/berrie/
trunk/ci/berrie/postgis_regress.sh
Modified:
trunk/NEWS
Log:
Add berrie's ci script
berrie is a Rasberry Pi 32-bit system running Debian Buster (10), graciously offered by Bruce Rindahl
References #4456
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2019-07-12 16:03:58 UTC (rev 17593)
+++ trunk/NEWS 2019-07-14 01:14:43 UTC (rev 17594)
@@ -12,8 +12,8 @@
- #4452, Add ST_TileEnvelope() (Paul Ramsey)
- #4417, Update spatial_ref_sys with new entries (Paul Ramsey)
- #4449, Speed up ST_X, ST_Y, ST_Z and ST_M (Raúl Marín)
+ - #4456, add Rasbery Pi 32-bit jenkins bot for testing (Bruce Rindahl)
-
PostGIS 3.0.0alpha3
2019/07/01
For full changes and enhancements, refer to PostGIS 3.0.0.
Added: trunk/ci/berrie/postgis_regress.sh
===================================================================
--- trunk/ci/berrie/postgis_regress.sh (rev 0)
+++ trunk/ci/berrie/postgis_regress.sh 2019-07-14 01:14:43 UTC (rev 17594)
@@ -0,0 +1,12 @@
+#Berrie is a 32-bit Rasberry Pi managed by Bruce Rindahl
+#BRANCH is passed in via jenkins which is set via gitea web hook
+sh autogen.sh
+./configure
+make clean
+make
+export PGUSER=postgres
+export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${BRANCH}
+psql -c "DROP DATABASE IF EXISTS postgis_reg;"
+make check RUNTESTFLAGS="-v"
+#make install
+#make check RUNTESTFLAGS="-v --extension"
\ No newline at end of file
More information about the postgis-tickets
mailing list