This repository was archived by the owner on Feb 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -20,29 +20,24 @@ jobs:
20
20
include :
21
21
- ros_distro : kinetic
22
22
ubuntu_distro : xenial
23
- ros_version : 1
24
- extra_cmake_args : --cmake-target tests
25
23
- ros_distro : melodic
26
24
ubuntu_distro : bionic
27
- ros_version : 1
28
- extra_cmake_args : --cmake-target tests
29
25
container :
30
26
image : rostooling/setup-ros-docker:ubuntu-${{ matrix.ubuntu_distro }}-ros-${{ matrix.ros_distro }}-ros-base-latest
27
+ env :
28
+ # Needed for the CMakeLists.txt setup
29
+ ROS_DISTRO : ${{ matrix.ros_distro }}
30
+ ROS_VERSION : 1
31
31
steps :
32
32
# TODO(setup-ros-docker#7): calling chown is necessary for now
33
33
- run : sudo chown -R rosbuild:rosbuild "$HOME" .
34
- # Needed for the CMakeLists.txt setup
35
- - run : export ROS_DISTRO=${{ matrix.ros_distro }}
36
- # Needed for the CMakeLists.txt setup
37
- - run : export ROS_VERSION=${{ matrix.ros_version }}
38
34
# Needed to access the vcs repos file from the workspace
39
35
- name : Checkout source
40
36
uses : actions/checkout@v2
41
37
-
uses :
ros-tooling/[email protected]
42
38
with :
43
39
source-ros-binary-installation : ${{ matrix.ros_distro }}
44
40
package-name : kinesis_video_streamer kinesis_video_msgs
45
- extra-cmake-args : ${{ matrix.extra_cmake_args }}
46
41
# schedule runs against the default branch (master), so specify release-latest via repos file
47
42
vcs-repo-file-url : " ${{ github.workspace }}/.github/workflows/release_latest.repos"
48
43
- uses : actions/upload-artifact@v1
You can’t perform that action at this time.
0 commit comments