Skip to content

Commit

Permalink
Add GitHub action to build the code on humble PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusmenezes95 committed Dec 12, 2023
1 parent 66ac759 commit 967d318
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/humble-source-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Humble Source Build

on:
pull_request:
branches:
- humble

jobs:
humble_source_build:
runs-on: ubuntu-22.04
steps:
- uses: ros-tooling/[email protected]
with:
rosdistro: humble
- uses: ros-tooling/[email protected]
with:
package_name: omnidirectional_controllers
ref: ${{ github.event.pull_request.head.sha }}
target-ros2-distro: humble

0 comments on commit 967d318

Please sign in to comment.