Skip to content

Commit

Permalink
Setup ROS2 build in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed May 28, 2024
1 parent 70acd87 commit e6827d1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: ros:iron-ros-base-jammy
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4
# TODO
with:
path: src/2024_cavolinia
- run: |
. /opt/ros/iron/setup.bash
rosdep update
rosdep install -i --from-paths src --rosdistro iron -y
colcon build

0 comments on commit e6827d1

Please sign in to comment.