[postgis-tickets] [SCM] PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots. branch master updated. bc06d22b7541cb8bd8f9ad434c11a21541380a12

Sandro Santilli strk at kbt.io
Thu Oct 10 23:35:04 PDT 2019


On Thu, Oct 10, 2019 at 01:44:52PM -0700, git at osgeo.org wrote:

> commit bc06d22b7541cb8bd8f9ad434c11a21541380a12
> Author: Regina Obe <lr at pcorp.us>
> Date:   Thu Oct 10 16:44:48 2019 -0400
> 
>     try again
> 
> diff --git a/windows/mingw64/scripts/geos_make_install_check_branch.sh b/windows/mingw64/scripts/geos_make_install_check_branch.sh
> index 053a7db..657791f 100644
> --- a/windows/mingw64/scripts/geos_make_install_check_branch.sh
> +++ b/windows/mingw64/scripts/geos_make_install_check_branch.sh
> @@ -50,7 +50,7 @@ if [[ "$MAKE_TYPE"  == *cmake*  ]] ; then
>      mkdir -p build${OS_BUILD}${MAKE_TYPE}
>      cd build${OS_BUILD}${MAKE_TYPE}
>      export GEOS_ENABLE_INLINE=ON #for older geos
> -    if [[ "${DISABLE_GEOS_INLINE}" == ""]]; then
> +    if [[ "${DISABLE_GEOS_INLINE}" == "" ]] ; then

This is posix compliant:

  if [ "${DISABLE_GEOS_INLINE}" = "" ]; then

--strk;



More information about the postgis-tickets mailing list