1 # .travis.yml - Travis CI service configuration 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.
18 - GEOS_BUILD_TOOL=autotools CFLAGS=-m32 CXXFLAGS=-m32
19 - GEOS_BUILD_TOOL=autotools CFLAGS=-m64 CXXFLAGS=-m64
20 - GEOS_BUILD_TOOL=cmake CFLAGS=-m32 CXXFLAGS=-m32
21 - GEOS_BUILD_TOOL=cmake CFLAGS=-m64 CXXFLAGS=-m64
34 script: ./tools/ci/script.sh
39 - "chat.freenode.net#postgis-activity"
40 on_success: always # [always|never|change] # default: change
41 on_failure: always # [always|never|change] # default: always
45 - geos-devel@lists.osgeo.org
50 - https://webhooks.gitter.im/e/a38e35772d115f246fb9
51 on_success: always # options: [always|never|change] default: always
52 on_failure: always # options: [always|never|change] default: always
53 on_start: always # options: [always|never|change] default: always