Skip to content

Commit

Permalink
CI for Focal and Jammy
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <sloretz@openrobotics.org>
  • Loading branch information
sloretz committed Jun 3, 2022
1 parent 4fae6b1 commit 4681b4c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: gh-ci
on: [push, pull_request]
jobs:
test_sdformat_urdf:
runs-on: ubuntu-22.04
strategy:
matrix:
ros-distro: ["humble", "rolling"]
gazebo-version:
- "fortress" # libsdformat12
env:
GAZEBO_VERSION: ${{ matrix.gazebo-version }}
steps:
- uses: ros-tooling/setup-ros@v0.3
with:
required-ros-distributions: ${{ matrix.ros-distro }}
- name: Build and test all packages
uses: ros-tooling/action-ros-ci@v0.2
with:
target-ros2-distro: ${{ matrix.ros-distro }}

0 comments on commit 4681b4c

Please sign in to comment.