forked from segwayrmp/libsegwayrmp
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Travis: use industrial_ci for tests (utexas-bwi/bwi#54)
- Loading branch information
1 parent
b2e47ae
commit 73bc51f
Showing
1 changed file
with
10 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
language: cpp | ||
sudo: required | ||
dist: trusty | ||
language: generic | ||
compiler: | ||
- gcc | ||
- clang | ||
env: | ||
global: | ||
- UPSTREAM_WORKSPACE=file | ||
matrix: | ||
- ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu | ||
install: | ||
- sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list' | ||
- wget http://packages.ros.org/ros.key -O - | sudo apt-key add - | ||
- sudo apt-get update | ||
- sudo apt-get install ros-groovy-catkin | ||
- sudo apt-get install ros-groovy-serial | ||
- source /opt/ros/groovy/setup.bash | ||
- sudo apt-get install python-rosdep | ||
- sudo rosdep init | ||
- rosdep update | ||
- rosdep install --from-paths . --ignore-src --rosdistro groovy -y | ||
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config | ||
script: | ||
- make | ||
- make test | ||
- source .ci_config/travis.sh |