[postgis-tickets] r14877 - move installcheck to end so can get packaging. For some reason encoding test fails on all 64-bit platforms I have
Regina Obe
lr at pcorp.us
Sun May 1 17:39:15 PDT 2016
Author: robe
Date: 2016-05-01 17:39:15 -0700 (Sun, 01 May 2016)
New Revision: 14877
Modified:
buildbots/windows/mingw64/scripts/build_ogrfdw.sh
Log:
move installcheck to end so can get packaging. For some reason encoding test fails on all 64-bit platforms I have
Modified: buildbots/windows/mingw64/scripts/build_ogrfdw.sh
===================================================================
--- buildbots/windows/mingw64/scripts/build_ogrfdw.sh 2016-05-01 16:50:17 UTC (rev 14876)
+++ buildbots/windows/mingw64/scripts/build_ogrfdw.sh 2016-05-02 00:39:15 UTC (rev 14877)
@@ -51,7 +51,7 @@
make clean
#remove the pgsql test because we don't build GDAL with PostgreSQL support
- sed -i 's/pgsql import//' Makefile
+ #sed -i 's/pgsql import//' Makefile
GDAL_CONFIG="${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYPE}/bin/gdal-config"
@@ -64,8 +64,6 @@
cp *.control ${PGPATHEDB}/share/extension/
cp *.dll ${PGPATHEDB}/lib
cp *.exe ${PGPATHEDB}/bin
- make installcheck
-
fi
@@ -120,3 +118,6 @@
cp $package ${PROJECTS}/postgis/win_web/download/windows/pg${REL_PGVER}/buildbot/extras
fi
+
+cd ${SOURCE_FOLDER}
+make installcheck
More information about the postgis-tickets
mailing list