This repository was archived by the owner on Feb 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 20
20
include :
21
21
- ros_distro : kinetic
22
22
ubuntu_distro : xenial
23
- extra_cmake_args : --cmake-target tests
24
23
- ros_distro : melodic
25
24
ubuntu_distro : bionic
26
- extra_cmake_args : --cmake-target tests
27
25
container :
28
26
image : rostooling/setup-ros-docker:ubuntu-${{ matrix.ubuntu_distro }}-ros-${{ matrix.ros_distro }}-ros-base-latest
29
27
env :
42
40
with :
43
41
source-ros-binary-installation : ${{ matrix.ros_distro }}
44
42
package-name : kinesis_video_streamer kinesis_video_msgs
45
- extra-cmake-args : ${{ matrix.extra_cmake_args }}
46
43
vcs-repo-file-url : ' '
47
44
- name : Upload resulting colcon logs
48
45
uses : actions/upload-artifact@v1
Original file line number Diff line number Diff line change 16
16
include :
17
17
- ros_distro : kinetic
18
18
ubuntu_distro : xenial
19
- extra_cmake_args : --cmake-target tests
20
19
- ros_distro : melodic
21
20
ubuntu_distro : bionic
22
- extra_cmake_args : --cmake-target tests
23
21
container :
24
22
image : rostooling/setup-ros-docker:ubuntu-${{ matrix.ubuntu_distro }}-ros-${{ matrix.ros_distro }}-ros-base-latest
25
23
env :
38
36
with :
39
37
source-ros-binary-installation : ${{ matrix.ros_distro }}
40
38
package-name : kinesis_video_streamer kinesis_video_msgs
41
- extra-cmake-args : ${{ matrix.extra_cmake_args }}
42
39
# schedule runs against the default branch (master), so specify release-latest via repos file
43
40
vcs-repo-file-url : " ${{ github.workspace }}/.github/workflows/release_latest.repos"
44
41
- name : Upload resulting colcon logs
You can’t perform that action at this time.
0 commit comments