Skip to content

Commit

Permalink
add ROS_PARALLEL_JOBS to -j2
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Jan 6, 2015
1 parent 4c71191 commit fa10ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ before_install: # Use this to prepare the system to install prerequisites or dep
# Define some config vars
- export CI_SOURCE_PATH=$(pwd)
- export REPOSITORY_NAME=${PWD##*/}
- export ROS_PARALLEL_JOBS="-j2 -l2"
- echo "Testing branch $TRAVIS_BRANCH of $REPOSITORY_NAME"
- sudo sh -c 'echo "deb http://packages.ros.org/ros-shadow-fixed/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list'
- wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
Expand Down

0 comments on commit fa10ed5

Please sign in to comment.