install bundler without sudo, change Travis environment
This commit is contained in:
parent
9378af1057
commit
1a9e54ba33
@ -7,7 +7,7 @@ install:
|
|||||||
- sudo apt-get update >/dev/null
|
- 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 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
|
||||||
before_script:
|
before_script:
|
||||||
- sudo gem install bundler
|
- gem install bundler
|
||||||
- bundle install
|
- bundle install
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
@ -23,6 +23,8 @@ branches:
|
|||||||
cache:
|
cache:
|
||||||
- bundler
|
- bundler
|
||||||
- apt
|
- apt
|
||||||
|
directories:
|
||||||
|
- .gem
|
||||||
env:
|
env:
|
||||||
- CMAKEOPTIONS="-DCMAKE_BUILD_TYPE=Release"
|
- CMAKEOPTIONS="-DCMAKE_BUILD_TYPE=Release"
|
||||||
- CMAKEOPTIONS="-DCMAKE_BUILD_TYPE=Debug"
|
- CMAKEOPTIONS="-DCMAKE_BUILD_TYPE=Debug"
|
||||||
|
Loading…
Reference in New Issue
Block a user