Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit b82111b

Browse files
committed
Remove cmake args
Signed-off-by: Devin Bonnie <[email protected]>
1 parent 53969e6 commit b82111b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ jobs:
2020
include:
2121
- ros_distro: kinetic
2222
ubuntu_distro: xenial
23-
extra_cmake_args: --cmake-target tests
2423
- ros_distro: melodic
2524
ubuntu_distro: bionic
26-
extra_cmake_args: --cmake-target tests
2725
container:
2826
image: rostooling/setup-ros-docker:ubuntu-${{ matrix.ubuntu_distro }}-ros-${{ matrix.ros_distro }}-ros-base-latest
2927
env:
@@ -42,7 +40,6 @@ jobs:
4240
with:
4341
source-ros-binary-installation: ${{ matrix.ros_distro }}
4442
package-name: kinesis_video_streamer kinesis_video_msgs
45-
extra-cmake-args: ${{ matrix.extra_cmake_args }}
4643
vcs-repo-file-url: ''
4744
- name: Upload resulting colcon logs
4845
uses: actions/upload-artifact@v1

.github/workflows/build_and_test_release_latest.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ jobs:
1616
include:
1717
- ros_distro: kinetic
1818
ubuntu_distro: xenial
19-
extra_cmake_args: --cmake-target tests
2019
- ros_distro: melodic
2120
ubuntu_distro: bionic
22-
extra_cmake_args: --cmake-target tests
2321
container:
2422
image: rostooling/setup-ros-docker:ubuntu-${{ matrix.ubuntu_distro }}-ros-${{ matrix.ros_distro }}-ros-base-latest
2523
env:
@@ -38,7 +36,6 @@ jobs:
3836
with:
3937
source-ros-binary-installation: ${{ matrix.ros_distro }}
4038
package-name: kinesis_video_streamer kinesis_video_msgs
41-
extra-cmake-args: ${{ matrix.extra_cmake_args }}
4239
# schedule runs against the default branch (master), so specify release-latest via repos file
4340
vcs-repo-file-url: "${{ github.workspace }}/.github/workflows/release_latest.repos"
4441
- name: Upload resulting colcon logs

0 commit comments

Comments
 (0)