install osmosis manually

This commit is contained in:
Dennis Luxen 2014-02-12 16:22:26 +01:00
parent f406dc51fa
commit 08f13a1776

View File

@ -6,6 +6,7 @@ compiler:
install:
- sudo apt-get update >/dev/null
- sudo apt-get -q install libprotoc-dev libprotobuf7 libprotobuf-dev libosmpbf-dev libbz2-dev libstxxl-dev libstxxl1 libxml2-dev libzip-dev libboost1.46-all-dev lua5.1 liblua5.1-0-dev libluabind-dev rubygems osmosis
- sudo bash < <(curl -s https://gist.github.com/DennisOSRM/803a64a9178ec375069f/raw/e94c829021fe58d2868504938db2744549c75649/install-osmosis.sh)
before_script:
- rvm use 1.9.3
- gem install bundler
@ -16,7 +17,7 @@ before_script:
script: make -j 2
after_script:
- cd ..
# - cucumber -p verify
- cucumber -p verify
branches:
only:
- master