Skip to content

Commit

Permalink
Added CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matteodv99tn committed Nov 21, 2024
1 parent 8b9324e commit 9ca34d9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: ws_build

on:
push:
branches:
- main
- devel


jobs:
workspace-build:
runs-on: ubuntu-22.04
steps:
- name: Checkout the code
uses: actions/checkout@v4
with:
path: workspace

- name: Setup ROS2 workspace
uses: ichiro-its/ros2-ws-action/[email protected]
with:
distro: humble

- name: Build the workspace
uses: ichiro-its/ros2-ws-action/[email protected]

0 comments on commit 9ca34d9

Please sign in to comment.