Skip to content

Commit

Permalink
gh: adds workflow combinations for render backend
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPL1 committed Nov 25, 2024
1 parent 435fd52 commit 7419ce7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
fail-fast: false
matrix:
distro: [noetic, one]
render_backend: [USE_GLFW, USE_OSMESA, USE_EGL]
mujoco: [3.2.0]
include:
- distro: noetic
Expand All @@ -32,6 +33,11 @@ jobs:
mujoco: 3.2.0
env:
CLANG_TIDY: pedantic
exclude:
- distro: noetic
render_backend: USE_GLFW
- distro: noetic
render_backend: USE_EGL

env:
BUILDER: colcon
Expand Down

0 comments on commit 7419ce7

Please sign in to comment.