File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ - git:
2
+ uri: https://github.com/mojin-robotics/universal_robot.git
3
+ local-name: universal_robot
4
+ version: mojin-devel
5
+ - git:
6
+ uri: https://github.com/mojin-robotics/ur_msgs.git
7
+ local-name: ur_msgs
8
+ version: melodic-devel
Original file line number Diff line number Diff line change
1
+ language : generic
2
+ services :
3
+ - docker
4
+
5
+ cache :
6
+ directories :
7
+ - $HOME/.ccache
8
+
9
+ git :
10
+ quiet : true
11
+
12
+ env :
13
+ global :
14
+ - CCACHE_DIR=$HOME/.ccache
15
+ - ROS_REPO=main
16
+ - UPSTREAM_WORKSPACE=file
17
+ matrix :
18
+ - ROS_DISTRO=kinetic
19
+ - ROS_DISTRO=melodic
20
+ - ROS_DISTRO=noetic
21
+
22
+ install :
23
+ - git clone --quiet --depth=1 -b master https://github.com/ros-industrial/industrial_ci.git .industrial_ci
24
+
25
+ script :
26
+ - .industrial_ci/travis.sh
You can’t perform that action at this time.
0 commit comments