Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schneider authored May 8, 2018
1 parent 37e10d7 commit 399e52b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ language:
- generic
cache:
- apt
- ccache

# Configuration. TODO(schneith): use for matrix build
env:
Expand All @@ -26,11 +27,18 @@ before_install:
- source /opt/ros/$ROS_VERSION/setup.bash
- sudo rosdep init
- rosdep update
# Setup ccache.
- sudo apt-get install -y ccache
- export PATH="/usr/lib/ccache:$PATH"
- ccache --max-size=10G
# Install the continous integration scripts.
- mkdir ~/continuous_integration
- cd ~/continuous_integration
- cd ~
- git clone https://github.com/ethz-asl/continuous_integration.git

script:
- cd $TRAVIS_MAPLAB_SOURCE_PATH
- NOSE_NOCAPTURE=1 ~/continuous_integration/run_build.sh -r --no_catkinsimple -x=$WORKSPACE/src/tools/ci/prepare-jenkins-slave.sh --dependencies="[email protected]:ethz-asl/maplab_dependencies.git"


notifications:
email: false

0 comments on commit 399e52b

Please sign in to comment.