Skip to content

Commit

Permalink
Merge pull request #332 from humanoid-path-planner/topic/activate-ros…
Browse files Browse the repository at this point in the history
…2-ci

[CI] Activate ROS2 configurations
  • Loading branch information
jcarpent authored Aug 29, 2022
2 parents 74e8e38 + e1fdfb0 commit ce3afd6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ros_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
strategy:
matrix:
env:
- {ROS_DISTRO: melodic}
- {ROS_DISTRO: noetic, BUILDER: catkin_tools}
#- {ROS_DISTRO: noetic, BUILDER: catkin_tools, ADDITIONAL_DEBS: clang, CC: clang, CXX: clang++}
- {ROS_DISTRO: melodic, PRERELEASE: false}
- {ROS_DISTRO: noetic}
- {ROS_DISTRO: foxy}
#- {ROS_DISTRO: galactic} ## Activate once eigenpy released to galactic
- {ROS_DISTRO: foxy, PRERELEASE: true}
#- {ROS_DISTRO: galactic, PRERELEASE: true} ## Activate once eigenpy released to galactic
- {ROS_DISTRO: galactic}
- {ROS_DISTRO: rolling}
- {ROS_DISTRO: humble}
env:
AFTER_RUN_TARGET_TEST: 'cd /root/target_ws/build/hpp-fcl && make build_tests && ctest --output-on-failure'
CCACHE_DIR: /github/home/.ccache # Enable ccache
BUILDER: colcon
PRERELEASE: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ce3afd6

Please sign in to comment.