1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-09 17:40:47 +02:00

Updated travis config for migration towards github

This commit is contained in:
Felix Mauch
2019-10-07 11:00:32 +02:00
committed by Tristan Schnell
parent 0f18242f8d
commit 344052d4c7
3 changed files with 8 additions and 18 deletions

4
.travis.rosinstall Normal file
View File

@@ -0,0 +1,4 @@
- git:
local-name: universal_robot
uri: 'https://github.com/fmauch/universal_robot.git'
version: calibration_devel

View File

@@ -1,4 +0,0 @@
- git:
local-name: universal_robot
uri: 'https://github.com/ros-industrial/universal_robot.git'
version: kinetic-devel

View File

@@ -1,6 +1,6 @@
sudo: required
dist: trusty
language: generic
services:
- docker
cache:
directories:
@@ -10,19 +10,9 @@ env:
global:
- CCACHE_DIR=$HOME/.ccache
matrix:
- ROS_DISTRO="indigo" ROS_REPO=ros NOT_TEST_INSTALL=true
- ROS_DISTRO="indigo" ROS_REPO=ros-shadow-fixed NOT_TEST_INSTALL=true
- ROS_DISTRO="kinetic" ROS_REPO=ros NOT_TEST_INSTALL=true
- ROS_DISTRO="kinetic" ROS_REPO=ros-shadow-fixed NOT_TEST_INSTALL=true
- ROS_DISTRO="kinetic" ROS_REPO=ros NOT_TEST_INSTALL=true UPSTREAM_WORKSPACE=file
- ROS_DISTRO="kinetic" ROS_REPO=ros-shadow-fixed NOT_TEST_INSTALL=true UPSTREAM_WORKSPACE=file
- ROS_DISTRO="kinetic" ROS_REPO=ros UPSTREAM_WORKSPACE=file
- ROS_DISTRO="melodic" ROS_REPO=ros UPSTREAM_WORKSPACE=file
- ROS_DISTRO="kinetic" CLANG_FORMAT_CHECK=file
matrix:
allow_failures:
- env: ROS_DISTRO="indigo" ROS_REPO=ros NOT_TEST_INSTALL=true
- env: ROS_DISTRO="indigo" ROS_REPO=ros-shadow-fixed NOT_TEST_INSTALL=true
- env: ROS_DISTRO="kinetic" ROS_REPO=ros NOT_TEST_INSTALL=true
- env: ROS_DISTRO="kinetic" ROS_REPO=ros-shadow-fixed NOT_TEST_INSTALL=true
install:
- git clone --depth=1 https://github.com/ros-industrial/industrial_ci.git .ci_config