[geos-devel] [GEOS] #659: Add Windows cross-compiling to Travis CI

GEOS geos-trac at osgeo.org
Thu Aug 22 09:13:34 PDT 2013


#659: Add Windows cross-compiling to Travis CI
------------------------+---------------------------------------------------
 Reporter:  mloskot     |       Owner:  geos-devel@…              
     Type:  task        |      Status:  new                       
 Priority:  major       |   Milestone:                            
Component:  Default     |     Version:  3.4.0                     
 Severity:  Unassigned  |    Keywords:  travisci,buildbot         
------------------------+---------------------------------------------------
 This seems like a feasible route to follow in order to make Travis CI
 build and test GEOS for Windows:

 {{{
 For minimal Windows support, you may go this route:
 * Install these packages: binutils-mingw-w64-i686 gcc-mingw-w64-i686
 g++-mingw-w64-i686 wine
 * CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++
 * Link everything static, use the link flags -static-libgcc -static-
 libstdc++
 * run tests with wine.
 }}}

 from [http://lists.boost.org/Archives/boost/2013/06/204433.php Boost
 mailing list].

-- 
Ticket URL: <http://trac.osgeo.org/geos/ticket/659>
GEOS <http://geos.refractions.net/>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).


More information about the geos-devel mailing list