forked from Project-OSRM/osrm-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dennis Luxen
committed
Jul 31, 2013
1 parent
1b6c660
commit 3571336
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |