Skip to content
Snippets Groups Projects
Commit 6a41cb0f authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Merge pull request #174 from bilke/travis-multiple-builds

Testing multiple build runs on travis.
parents e35dad95 b72133fd
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,12 @@ compiler:
branches:
only:
- master
env:
- CMAKE_ARGS="-DOGS_BUILD_GUI=OFF -DOGS_BUILD_UTILS=ON"
- CMAKE_ARGS="-DOGS_BUILD_GUI=ON"
before_install:
- travis_retry sudo apt-get update; travis_retry sudo apt-get install qt4-dev-tools libvtk5-dev libvtk5-qt4-dev libnetcdf-dev libshp-dev libgeotiff-dev libboost-dev libboost-date-time-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev
script: "mkdir build && cd build && cmake -DOGS_BUILD_GUI=ON .. && cmake .. && make && make test"
script: "mkdir build && cd build && cmake $CMAKE_ARGS .. && cmake .. && make && make test"
notifications:
email:
- lars.bilke@ufz.de
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment