1 # .travis.yml - Travis CI service confiuration for GEOS
4 # This is free software; you can redistribute and/or modify it under
5 # the terms of the GNU Lesser General Public Licence as published
6 # by the Free Software Foundation.
7 # See the COPYING file for more information.
17 - GEOS_BUILD_TOOL=autotools CFLAGS=-m32 CXXFLAGS=-m32
18 - GEOS_BUILD_TOOL=autotools CFLAGS=-m64 CXXFLAGS=-m64
19 - GEOS_BUILD_TOOL=cmake CFLAGS=-m32 CXXFLAGS=-m32
20 - GEOS_BUILD_TOOL=cmake CFLAGS=-m64 CXXFLAGS=-m64
22 before_install: ./tools/ci/before_install.sh
24 script: ./tools/ci/script.sh
29 - "chat.freenode.net#postgis"
30 on_success: always # [always|never|change] # default: change
31 on_failure: always # [always|never|change] # default: always
35 #- geos-devel@lists.osgeo.org # TODO: whitelist this e-mail