Skip to content

Commit

Permalink
Add CI coverage for ROS2 and MOVEIT CMake options
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Dec 2, 2024
1 parent 31773cd commit e4ef07b
Show file tree
Hide file tree
Showing 3 changed files with 63,425 additions and 33,899 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/pixi-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,21 @@ jobs:
matrix:
build_type: [Release]
os: [ubuntu-22.04, macos-13, macos-14, windows-2019]

pixi_taks: [build-all, build-all-ros2, build-all-ros2moveit]
exclude:
# ros is not supported on osx-arm64 (incompatibility with gz-sim8)
- os: macos-14
pixi_task: build-all-ros2
# We already test linux-64 and ros2 in build-all-ros2moveit
- os: ubuntu-22.04
pixi_task: build-all-ros2
# moveit is only supported on Linux for now (missing required package in robostack)
- os: macos-13
pixi_task: build-all-ros2moveit
- os: macos-14
pixi_task: build-all-ros2moveit
- os: windows-2019
pixi_task: build-all-ros2moveit
steps:
- uses: actions/checkout@v4

Expand Down
Loading

0 comments on commit e4ef07b

Please sign in to comment.