Configure Travis CI for GEOS (#657)
commit8eae0f21f984ead011083e581bb51efa6a93fb8e
authorstrk <strk@5242fede-7e19-0410-aef8-94bd7d2200fb>
Thu, 22 Aug 2013 07:44:23 +0000 (22 07:44 +0000)
committerstrk <strk@5242fede-7e19-0410-aef8-94bd7d2200fb>
Thu, 22 Aug 2013 07:44:23 +0000 (22 07:44 +0000)
tree1de7b481d82e2773a4c71d60d6820e0e4aedf5c6
parente3c28082fb163412299cd67459b8af84534c6516
Configure Travis CI for GEOS (#657)

Configurations for GCC and clang with both Autotools and CMake.
Enable IRC notifications

Contributed by Mateusz Loskot <mateusz@loskot.net>

git-svn-id: http://svn.osgeo.org/geos/branches/3.4@3915 5242fede-7e19-0410-aef8-94bd7d2200fb
.travis.yml [new file with mode: 0644]
tools/ci/before_install.sh [new file with mode: 0755]
tools/ci/before_install_autotools.sh [new file with mode: 0755]
tools/ci/before_install_cmake.sh [new file with mode: 0755]
tools/ci/common.sh [new file with mode: 0644]
tools/ci/script.sh [new file with mode: 0755]
tools/ci/script_autotools.sh [new file with mode: 0755]
tools/ci/script_cmake.sh [new file with mode: 0755]