Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #7 from Alpaca-zip/feature/build_check
Browse files Browse the repository at this point in the history
Create ros2-build-check-bot.yml
  • Loading branch information
Alpaca-zip authored Aug 1, 2023
2 parents 272459e + bc9ccde commit 5a1aa07
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/workflows/ros2-build-check-bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: ROS2-humble Build Check

on:
pull_request:

jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Setup ROS2
uses: ros-tooling/setup-ros@v0.6
with:
required-ros-distributions: humble
- name: Build
uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: icm_20948 serial
target-ros2-distro: humble
vcs-repo-file-url: "${{ github.workspace }}/icm_20948.rosinstall"
skip-tests: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ICM_20948 v2.0 [![](https://img.shields.io/badge/ROS2-humble-important?style=flat-square&logo=ros)](https://github.com/Alpaca-zip/icm_20948/tree/humble-devel) [![](https://img.shields.io/badge/ROS-noetic-blue?style=flat-square&logo=ros)](https://github.com/Alpaca-zip/icm_20948/tree/noetic-devel)
# ICM_20948 v2.0 [![ROS2-humble Build Check](https://github.com/Alpaca-zip/icm_20948/actions/workflows/ros2-build-check-bot.yml/badge.svg?event=pull_request)](https://github.com/Alpaca-zip/icm_20948/actions/workflows/ros2-build-check-bot.yml)

ROS2 package for the ICM-20948 with Seeeduino XIAO.
Older version: [old-devel](https://github.com/Alpaca-zip/icm_20948/tree/old-devel)
Expand Down

0 comments on commit 5a1aa07

Please sign in to comment.