[geos-commits] r4068 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Aug 5 07:16:06 PDT 2015


Author: mloskot
Date: 2015-08-05 07:16:05 -0700 (Wed, 05 Aug 2015)
New Revision: 4068

Modified:
   trunk/.travis.yml
Log:
First stab at migrating travis builds to container architecture (#739)

Modified: trunk/.travis.yml
===================================================================
--- trunk/.travis.yml	2015-08-04 08:29:17 UTC (rev 4067)
+++ trunk/.travis.yml	2015-08-05 14:16:05 UTC (rev 4068)
@@ -6,6 +6,8 @@
 # by the Free Software Foundation. 
 # See the COPYING file for more information.
 #
+sudo: false
+
 language: cpp
 
 compiler:
@@ -19,7 +21,13 @@
         - GEOS_BUILD_TOOL=cmake CFLAGS=-m32 CXXFLAGS=-m32
         - GEOS_BUILD_TOOL=cmake CFLAGS=-m64 CXXFLAGS=-m64
 
-before_install: ./tools/ci/before_install.sh
+addons:
+  apt:
+    packages:
+    - gcc-multilib
+    - g++-multilib
+    - cmake
+    - make
 
 script: ./tools/ci/script.sh
 



More information about the geos-commits mailing list