[geos-commits] r4074 - branches/3.3

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Aug 6 08:40:35 PDT 2015


Author: mloskot
Date: 2015-08-06 08:40:35 -0700 (Thu, 06 Aug 2015)
New Revision: 4074

Modified:
   branches/3.3/
   branches/3.3/.travis.yml
Log:
Merged revision(s) 4072 from trunk:
Allow failure for CMake x64 build on Travis CI.
This should eliminate unimportant signal and keep the core GEOS builds green.


Property changes on: branches/3.3
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:4068-4069
   + /trunk:4068-4069,4072

Modified: branches/3.3/.travis.yml
===================================================================
--- branches/3.3/.travis.yml	2015-08-06 15:39:37 UTC (rev 4073)
+++ branches/3.3/.travis.yml	2015-08-06 15:40:35 UTC (rev 4074)
@@ -16,12 +16,16 @@
     - clang
 
 env:
-    matrix:
-        - GEOS_BUILD_TOOL=autotools CFLAGS=-m32 CXXFLAGS=-m32
-        - GEOS_BUILD_TOOL=autotools CFLAGS=-m64 CXXFLAGS=-m64
-        - GEOS_BUILD_TOOL=cmake CFLAGS=-m32 CXXFLAGS=-m32
-        - GEOS_BUILD_TOOL=cmake CFLAGS=-m64 CXXFLAGS=-m64
+    - GEOS_BUILD_TOOL=autotools CFLAGS=-m32 CXXFLAGS=-m32
+    - GEOS_BUILD_TOOL=autotools CFLAGS=-m64 CXXFLAGS=-m64
+    - GEOS_BUILD_TOOL=cmake CFLAGS=-m32 CXXFLAGS=-m32
+    - GEOS_BUILD_TOOL=cmake CFLAGS=-m64 CXXFLAGS=-m64
 
+matrix:
+  fast_finish: true
+  allow_failures:
+    - env: GEOS_BUILD_TOOL=cmake CFLAGS=-m64 CXXFLAGS=-m64
+
 addons:
   apt:
     packages:



More information about the geos-commits mailing list