Skip to content

Commit

Permalink
Add Ubuntu Jammy CI (gazebosim#194)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored and srmainwaring committed Mar 1, 2022
1 parent 918ef30 commit 342c41a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,15 @@ jobs:
uses: ignition-tooling/action-ignition-ci@focal
with:
cmake-args: '-DBUILDSYSTEM_TESTING=True'
jammy-ci:
runs-on: ubuntu-latest
name: Ubuntu Jammy CI
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Compile and test
id: ci
uses: ignition-tooling/action-ignition-ci@jammy
with:
cmake-args: '-DBUILDSYSTEM_TESTING=True'

0 comments on commit 342c41a

Please sign in to comment.