Skip to content

Commit

Permalink
improved CI
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Nov 26, 2024
1 parent ba9819b commit 7444d8b
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,17 @@ jobs:
strategy:
matrix:
build_type: [Release]
ros_distro: [humble]
os: [ubuntu-latest, macos-latest, windows-2019]
ros_distro: [humble, iron, jazzy]
os: [ubuntu-22.04, ubuntu-24.04, macos-latest, windows-2019]
exclude:
# iron, jazzy non yet supported by conda:
- ros_distro: iron
- ros_distro: jazzy
# incompatible combinations:
- os: ubuntu-22.04
ros_distro: jazzy
- os: ubuntu-24.04
ros_distro: iron
fail-fast: false

steps:
Expand Down Expand Up @@ -191,13 +200,13 @@ jobs:
ctest --output-on-failure -C ${{ matrix.build_type }}
build-valgrind:
name: 'valgrind [ubuntu-latest@Debug@humble@conda]'
runs-on: ubuntu-latest
name: 'valgrind [ubuntu-22.04@Debug@humble@conda]'
runs-on: ubuntu-22.04
strategy:
matrix:
build_type: [Debug]
ros_distro: [humble]
os: [ubuntu-latest]
os: [ubuntu-22.04]
fail-fast: false

steps:
Expand Down

0 comments on commit 7444d8b

Please sign in to comment.