[postgis-tickets] r14345 - disable sfcgal testing (this is only for 2.1 and below since 2.2 and 2.3 have ci in repo)

Regina Obe lr at pcorp.us
Thu Oct 29 06:51:08 PDT 2015


Author: robe
Date: 2015-10-29 06:51:07 -0700 (Thu, 29 Oct 2015)
New Revision: 14345

Modified:
   buildbots/debian/scripts/postgis_regress.sh
Log:
disable sfcgal testing (this is only for 2.1 and below since 2.2 and 2.3 have ci in repo)

Modified: buildbots/debian/scripts/postgis_regress.sh
===================================================================
--- buildbots/debian/scripts/postgis_regress.sh	2015-10-29 09:55:57 UTC (rev 14344)
+++ buildbots/debian/scripts/postgis_regress.sh	2015-10-29 13:51:07 UTC (rev 14345)
@@ -41,7 +41,7 @@
 ./configure \
     --with-pgconfig=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}/bin/pg_config \
     --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/bin/geos-config \
-    --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/bin/gdal-config --without-interrupt-tests
+    --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/bin/gdal-config --without-interrupt-tests --without-sfcgal
 make clean
 ## install so we can later test extension upgrade
 make 



More information about the postgis-tickets mailing list