Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
travis: fixes for travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Dec 18, 2013
1 parent f38840d commit d2afbfd
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libboost-filesystem-dev libboost-program-options-dev libboost-iostreams-dev libboost-regex-dev libboost-system-dev libboost-thread-dev
- sudo apt-get install -y build-essential git cmake libprotoc-dev libprotobuf7 protobuf-compiler libprotobuf-dev libbz2-dev libstxxl-dev libstxxl-doc libstxxl1 libxml2-dev libzip-dev lua5.1 liblua5.1-0-dev
# https://github.com/travis-ci/travis-cookbooks/issues/155
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm

install:
- git clone https://github.com/DennisOSRM/luabind.git
- cd luabind
- mkdir -p build
Expand All @@ -22,19 +26,14 @@ before_install:
- make
- sudo make install
- cd ../../
# https://github.com/travis-ci/travis-cookbooks/issues/155
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm

install:
# assumes we are currently inside the node-osrm directory
- git clone https://github.com/DennisOSRM/Project-OSRM.git ../Project-OSRM -b develop
- cd ../Project-OSRM
- git clone https://github.com/DennisOSRM/Project-OSRM.git Project-OSRM -b develop
- cd Project-OSRM
- mkdir -p build
- cd build
- cmake ../ -DWITH_TOOLS=1
- make
- sudo make install
- cd ../../node-osrm
- cd ../../

before_script:
- npm install mocha
Expand Down

0 comments on commit d2afbfd

Please sign in to comment.