[geos-commits] [SCM] GEOS branch master updated. 1efc2711a5452bd562202f2269f6571482f2f451

git at osgeo.org git at osgeo.org
Fri Feb 22 09:32:44 PST 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 "GEOS".

The branch, master has been updated
       via  1efc2711a5452bd562202f2269f6571482f2f451 (commit)
       via  cc400ebbaba8d726335fd945d70664cf17eab8e6 (commit)
      from  28900c0e9f7f2ec03b3dcfdae915dc6fe3bec64a (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 1efc2711a5452bd562202f2269f6571482f2f451
Merge: 28900c0 cc400eb
Author: pramsey <pramsey at cleverelephant.ca>
Date:   Fri Feb 22 09:32:44 2019 -0800

    Merge branch 'speedup_appveyor_builds' of rouault/geos into master
    
    Seems like a good idea... :)


commit cc400ebbaba8d726335fd945d70664cf17eab8e6
Author: Even Rouault <even.rouault at spatialys.com>
Date:   Fri Feb 22 13:57:01 2019 +0100

    appveyor.yml: reduce the number of configurations to 2, still testing 2 compiler versions, 2 architectures and 2 makefile generators (fixes #955)

diff --git a/appveyor.yml b/appveyor.yml
index e74f881..c761223 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -18,30 +18,30 @@ environment:
       BUILDER: CMake
       GENERATOR: "Visual Studio 15 2017 Win64"
       APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
-    - PLATFORM: x86
-      BUILDER: CMake
-      GENERATOR: "Visual Studio 15 2017"
-      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
-    - PLATFORM: x64
-      BUILDER: CMake
-      GENERATOR: "NMake Makefiles"
-      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
-    - PLATFORM: x86
-      BUILDER: CMake
-      GENERATOR: "NMake Makefiles"
-      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
-    - PLATFORM: x64
-      BUILDER: CMake
-      GENERATOR: "Visual Studio 14 2015 Win64"
-      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
-    - PLATFORM: x86
-      BUILDER: CMake
-      GENERATOR: "Visual Studio 14 2015"
-      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
-    - PLATFORM: x64
-      BUILDER: CMake
-      GENERATOR: "NMake Makefiles"
-      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+#    - PLATFORM: x86
+#      BUILDER: CMake
+#      GENERATOR: "Visual Studio 15 2017"
+#      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+#    - PLATFORM: x64
+#      BUILDER: CMake
+#      GENERATOR: "NMake Makefiles"
+#      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+#    - PLATFORM: x86
+#      BUILDER: CMake
+#      GENERATOR: "NMake Makefiles"
+#      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+#    - PLATFORM: x64
+#      BUILDER: CMake
+#      GENERATOR: "Visual Studio 14 2015 Win64"
+#      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+#    - PLATFORM: x86
+#      BUILDER: CMake
+#      GENERATOR: "Visual Studio 14 2015"
+#      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+#    - PLATFORM: x64
+#      BUILDER: CMake
+#      GENERATOR: "NMake Makefiles"
+#      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
     - PLATFORM: x86
       BUILDER: CMake
       GENERATOR: "NMake Makefiles"

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

Summary of changes:
 appveyor.yml | 48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list