Skip to content

Commit

Permalink
Build ur_msgs in upstream workspace for kinetic
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Mar 17, 2021
1 parent a71734e commit da2207b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@ jobs:
env:
- ROS_DISTRO: kinetic
ROS_REPO: main
UPSTREAM_WORKSPACE: .ci.rosinstall
UPSTREAM_WORKSPACE: .kinetic.rosinstall
DOCKER_RUN_OPTS: --network static_test_net
BEFORE_INIT: 'apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
IMMEDIATE_TEST_OUTPUT: true
- ROS_DISTRO: melodic
ROS_REPO: main
UPSTREAM_WORKSPACE: .ci.rosinstall
UPSTREAM_WORKSPACE: .melodic.rosinstall
DOCKER_RUN_OPTS: --network static_test_net
BEFORE_INIT: 'apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
IMMEDIATE_TEST_OUTPUT: true
- ROS_DISTRO: kinetic
ROS_REPO: testing
UPSTREAM_WORKSPACE: .ci.rosinstall
UPSTREAM_WORKSPACE: .kinetic.rosinstall
DOCKER_RUN_OPTS: --network static_test_net
BEFORE_INIT: 'apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
IMMEDIATE_TEST_OUTPUT: true
- ROS_DISTRO: melodic
ROS_REPO: testing
UPSTREAM_WORKSPACE: .ci.rosinstall
UPSTREAM_WORKSPACE: .melodic.rosinstall
DOCKER_RUN_OPTS: --network static_test_net
BEFORE_INIT: 'apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
IMMEDIATE_TEST_OUTPUT: true
Expand Down
10 changes: 10 additions & 0 deletions .kinetic.rosinstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- git:
uri: https://github.com/ros-industrial/universal_robot.git
local-name: universal_robot
version: melodic-devel-staging
# under kinetic ur_msgs contains the old service definitions so we need to use the newer ones.
- git:
uri: https://github.com/ros-industrial/ur_msgs.git
local-name: ur_msgs
version: melodic-devel

File renamed without changes.

0 comments on commit da2207b

Please sign in to comment.