Reomving the Travis CI experiment
This commit is contained in:
parent
85c5da8512
commit
824724630f
24
.travis.yml
24
.travis.yml
@ -1,24 +0,0 @@
|
|||||||
language: cpp
|
|
||||||
compiler:
|
|
||||||
- gcc
|
|
||||||
- clang
|
|
||||||
script:
|
|
||||||
- scons --build=debug
|
|
||||||
- scons
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
- develop
|
|
||||||
notifications:
|
|
||||||
irc: "irc.oftc.net#osrm"
|
|
||||||
recipients:
|
|
||||||
- info@project-osrm.org
|
|
||||||
email:
|
|
||||||
on_success: change
|
|
||||||
on_failure: always
|
|
||||||
before_install:
|
|
||||||
- sudo apt-get update -qq
|
|
||||||
- sudo apt-get install -qq build-essential git scons pkg-config libprotoc-dev libprotobuf7 protobuf-compiler libprotobuf-dev libosmpbf-dev libpng-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
|
|
||||||
- sudo apt-get install rubygems osmosis
|
|
||||||
- gem install bundler
|
|
||||||
- bundle install
|
|
Loading…
Reference in New Issue
Block a user