Skip to content

Commit

Permalink
manual build
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Dec 17, 2024
1 parent 3902c0f commit 11c9468
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,19 @@ jobs:
- name: build and test
uses: ros-tooling/[email protected]
if: ${{ matrix.distribution == 'ubuntu' }}
with:
package-name: camera_ros
target-ros2-distro: ${{ matrix.ros }}

- name: build and test (almalinux)
if: ${{ matrix.distribution == 'almalinux' }}
run: |
rosdep update
mkdir -p ~/camera_ws/src
cd ~/camera_ws/src
git clone ${{ github.repository }} -b ${{ github.event.pull_request.head.ref }}
cd ~/camera_ws
rosdep install --from-paths src --ignore-src -y --rosdistro humble
. /opt/ros/humble/setup.bash
colcon build

0 comments on commit 11c9468

Please sign in to comment.