Skip to content

Commit

Permalink
Test build examples in github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Aug 11, 2023
1 parent 464a772 commit a4e4130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: ci
uses: gazebo-tooling/action-gz-ci@focal
with:
cmake-args: '-DBUILDSYSTEM_TESTING=True'
cmake-args: '-DBUILDSYSTEM_TESTING=True -DBUILD_EXAMPLES=True'
jammy-ci:
runs-on: ubuntu-latest
name: Ubuntu Jammy CI
Expand All @@ -24,5 +24,5 @@ jobs:
id: ci
uses: gazebo-tooling/action-gz-ci@jammy
with:
cmake-args: '-DBUILDSYSTEM_TESTING=True -DGZ_ENABLE_RELOCATABLE_INSTALL=True'
cmake-args: '-DBUILDSYSTEM_TESTING=True -DGZ_ENABLE_RELOCATABLE_INSTALL=True -DBUILD_EXAMPLES=True'

0 comments on commit a4e4130

Please sign in to comment.