Skip to content

Merge pull request #33 from HarvestX/fix/crc8 #70

Merge pull request #33 from HarvestX/fix/crc8

Merge pull request #33 from HarvestX/fix/crc8 #70

Workflow file for this run

name: ci_humble
on:
push:
branches:
- "humble"
pull_request:
types: [opened, synchronize, labeled]
jobs:
ci:
runs-on: ${{ matrix.os }}
if: |
((github.event.action == 'labeled') && (github.event.label.name == 'TESTING') && (github.base_ref == 'humble' )) ||
((github.event.action == 'synchronize') && (github.base_ref == 'humble') && contains(github.event.pull_request.labels.*.name, 'TESTING')) ||
(github.ref_name == 'humble')
container:
image: rostooling/setup-ros-docker:ubuntu-${{ matrix.os_distro }}-ros-${{ matrix.ros_distribution }}-ros-base-latest
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04]
os_distro: [jammy]
ros_distribution: [humble]
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/[email protected]
- name: Build and Test
uses: ros-tooling/[email protected]
with:
target-ros2-distro: ${{ matrix.ros_distribution }}
import-token: ${{ secrets.GITHUB_TOKEN }}
package-name: |
h6x_packet_handler
h6x_serial_interface
h6x_serial_interface_example