Skip to content
Snippets Groups Projects
Commit 4ec0867c authored by Wolfgang Merkt's avatar Wolfgang Merkt
Browse files

[CI] Add clang config and run tests

parent 8f3e45ca
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment