]> granicus.if.org Git - postgis/commitdiff
Add the freebsd bot scripts -- the svn hook change should make these fire right away
authorRegina Obe <lr@pcorp.us>
Tue, 28 Nov 2017 23:41:40 +0000 (23:41 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 28 Nov 2017 23:41:40 +0000 (23:41 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16122 b70326c6-7e19-0410-871a-916f4a2858ee

ci/bessie/postgis_regress.sh [new file with mode: 0644]
ci/bessie32/postgis_regress.sh [new file with mode: 0644]

diff --git a/ci/bessie/postgis_regress.sh b/ci/bessie/postgis_regress.sh
new file mode 100644 (file)
index 0000000..f199771
--- /dev/null
@@ -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 (file)
index 0000000..f199771
--- /dev/null
@@ -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