mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Upstream source tests (#269)
Squashed commits: * Add a set of kineitc checks agains universal_robot source * Allow tests against released version of universal_robot to fail
This commit is contained in:
committed by
G.A. vd. Hoorn
parent
d12201285a
commit
1ec8533dcc
4
.travis.rosinstall.kinetic
Normal file
4
.travis.rosinstall.kinetic
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
- git:
|
||||||
|
local-name: universal_robot
|
||||||
|
uri: 'https://github.com/ros-industrial/universal_robot.git'
|
||||||
|
version: kinetic-devel
|
||||||
10
.travis.yml
10
.travis.yml
@@ -14,9 +14,17 @@ env:
|
|||||||
- ROS_DISTRO="indigo" ROS_REPO=ros-shadow-fixed 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 NOT_TEST_INSTALL=true
|
||||||
- ROS_DISTRO="kinetic" ROS_REPO=ros-shadow-fixed 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
|
||||||
script:
|
script:
|
||||||
- .ci_config/travis.sh
|
- .ci_config/travis.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user