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

git at osgeo.org git at osgeo.org
Tue Oct 8 13:39:11 PDT 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.".

The branch, master has been updated
       via  aa8861d05e1e1b62b1ea26e2a9434ce503df589a (commit)
      from  dfa99e3e8df141a9eb9524e0411e76a3e95655a3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit aa8861d05e1e1b62b1ea26e2a9434ce503df589a
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Oct 8 16:39:07 2019 -0400

    Change to ctest with output failure per dbaston suggestion

diff --git a/windows/mingw64/scripts/geos_make_install_check_branch.sh b/windows/mingw64/scripts/geos_make_install_check_branch.sh
index b691967..74ab162 100644
--- a/windows/mingw64/scripts/geos_make_install_check_branch.sh
+++ b/windows/mingw64/scripts/geos_make_install_check_branch.sh
@@ -56,7 +56,8 @@ if [[ "$MAKE_TYPE"  == *cmake*  ]] ; then
      cmake -G "MSYS Makefiles" DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}${GCC_TYPE} -DHAVE_STD_ISNAN=1 -DGEOS_ENABLE_INLINE=NO -DDISABLE_GEOS_INLINE=ON   -  ../${CMAKE_GEOS_VER}
   fi
   make && make install
-  make check
+  #make check
+  ctest --output-on-failure
 else
 	#assume mingw libtool
 	  cd $SRC_DIR

-----------------------------------------------------------------------

Summary of changes:
 windows/mingw64/scripts/geos_make_install_check_branch.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.


More information about the postgis-tickets mailing list