From: Regina Obe Date: Fri, 12 Jan 2018 15:38:47 +0000 (+0000) Subject: more moving of variables to script from job X-Git-Tag: 2.4.3rc1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3c1b8129a272627f4ed8c5113524ff1b523a0d9;p=postgis more moving of variables to script from job git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16274 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh index 7f24db8b2..1e63f8d3d 100644 --- a/ci/debbie/postgis_regress.sh +++ b/ci/debbie/postgis_regress.sh @@ -9,11 +9,11 @@ set -e # export POSTGIS_MINOR_VERSION=2 # export POSTGIS_MICRO_VERSION=0dev # export JENKINS_HOME=/var/lib/jenkins/workspace -# export GEOS_VER=3.6.0dev -# export GDAL_VER=2.0 -# export MAKE_GARDEN=1 -# export MAKE_EXTENSION=0 -# export DUMP_RESTORE=1 +export GEOS_VER=3.6.1 +export GDAL_VER=2.2.2 +export MAKE_GARDEN=0 +export MAKE_EXTENSION=1 +export DUMP_RESTORE=0 ## end variables passed in by jenkins @@ -33,7 +33,7 @@ echo $PGPORT echo ${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION} ## doesn't work for some reason - just hard-code to branches for now -# if [[ $POSTGIS_MICRO_VERSION == *SVN* || $POSTGIS_MICRO_VERSION == *dev* ]] +# if [[ $POSTGIS_MICRO_VERSION == *SVN* || $POSTGIS_MICRO_VERSION == *dev* ]] # then # export POSTGIS_SRC=${PROJECTS}/postgis/branches/${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION} # else @@ -59,7 +59,7 @@ fi --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD} make clean ## install so we can later test extension upgrade -make +make if [ "$?" != "0" ]; then exit $? diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh index adb768005..76c4c6fc6 100644 --- a/ci/winnie/package_postgis.sh +++ b/ci/winnie/package_postgis.sh @@ -9,7 +9,7 @@ #POSTGIS_MAJOR_VERSION=2 #POSTGIS_MINOR_VERSION=1 #POSTGIS_MICRO_VERSION=0dev -export GEOS_VER=3.7.0dev +export GEOS_VER=3.6.2 export GDAL_VER=2.2.2 export PROJ_VER=4.9.3 export SFCGAL_VER=1.3