Skip to content

Commit

Permalink
[CI] Add clang config and run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wxmerkt committed Feb 16, 2022
1 parent 8f3e45c commit 4ec0867
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ros_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
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: 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
env:
AFTER_RUN_TARGET_TEST: 'cd /root/target_ws/build/hpp-fcl && make test'
CCACHE_DIR: /github/home/.ccache # Enable ccache
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4ec0867

Please sign in to comment.