Skip to content

Commit

Permalink
Add Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Nov 6, 2018
1 parent 465965f commit 7d99fc1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# This config file for Travis CI
sudo: required
dist: trusty
services:
- docker
cache: ccache
notifications:
email:
recipients:
- [email protected]
env:
global:
- ROS_DISTRO=kinetic
- UPSTREAM_WORKSPACE=file
- ROSINSTALL_FILENAME=dependencies.rosinstall
- NOT_TEST_INSTALL=true
matrix:
- ROS_DISTRO=kinetic ROS_REPO=ros
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed
install:
- git clone https://github.com/ros-industrial/industrial_ci.git .industrial_ci
script:
- .industrial_ci/travis.sh

4 changes: 4 additions & 0 deletions dependencies.rosinstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- git:
local-name: tesseract
uri: https://github.com/ros-industrial-consortium/tesseract.git
version: kinetic-devel

0 comments on commit 7d99fc1

Please sign in to comment.