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:
committed by
Tristan Schnell
parent
0f18242f8d
commit
344052d4c7
4
.travis.rosinstall
Normal file
4
.travis.rosinstall
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
- git:
|
||||||
|
local-name: universal_robot
|
||||||
|
uri: 'https://github.com/fmauch/universal_robot.git'
|
||||||
|
version: calibration_devel
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
- git:
|
|
||||||
local-name: universal_robot
|
|
||||||
uri: 'https://github.com/ros-industrial/universal_robot.git'
|
|
||||||
version: kinetic-devel
|
|
||||||
18
.travis.yml
18
.travis.yml
@@ -1,6 +1,6 @@
|
|||||||
sudo: required
|
|
||||||
dist: trusty
|
|
||||||
language: generic
|
language: generic
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
@@ -10,19 +10,9 @@ env:
|
|||||||
global:
|
global:
|
||||||
- CCACHE_DIR=$HOME/.ccache
|
- CCACHE_DIR=$HOME/.ccache
|
||||||
matrix:
|
matrix:
|
||||||
- ROS_DISTRO="indigo" ROS_REPO=ros NOT_TEST_INSTALL=true
|
- ROS_DISTRO="kinetic" ROS_REPO=ros UPSTREAM_WORKSPACE=file
|
||||||
- ROS_DISTRO="indigo" ROS_REPO=ros-shadow-fixed NOT_TEST_INSTALL=true
|
- ROS_DISTRO="melodic" ROS_REPO=ros UPSTREAM_WORKSPACE=file
|
||||||
- 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" CLANG_FORMAT_CHECK=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:
|
install:
|
||||||
- git clone --depth=1 https://github.com/ros-industrial/industrial_ci.git .ci_config
|
- git clone --depth=1 https://github.com/ros-industrial/industrial_ci.git .ci_config
|
||||||
|
|||||||
Reference in New Issue
Block a user