Skip to content

Commit

Permalink
Add project to travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Luxen committed Jul 31, 2013
1 parent 1b6c660 commit 3571336
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
language: cpp
compiler:
- gcc
# - clang
# Make sure CMake is installed
install:
- sudo apt-get update >/dev/null
- sudo apt-get -q install build-essential git cmake pkg-config libprotoc-dev libprotobuf7 protobuf-compiler libprotobuf-dev libosmpbf-dev libpng12-dev libbz2-dev libstxxl-dev libstxxl-doc libstxxl1 libxml2-dev libzip-dev libboost-thread-dev libboost-system-dev libboost-regex-dev libboost-filesystem-dev lua5.1 liblua5.1-0-dev libluabind-dev rubygems osmosis
before_script:
- mkdir build
- cd build
- cmake ..
script: make
after_script:
- cd ..
- cucumber -p verify
branches:
only:
- master
- develop
notifications:
irc:
channels:
- irc.oftc.net#osrm
on_success: change
on_failure: always
use_notice: true
skip_join: false

recipients:
- [email protected]
email:
on_success: change
on_failure: always

0 comments on commit 3571336

Please sign in to comment.