Skip to content

Commit

Permalink
Build the complete stack with clang
Browse files Browse the repository at this point in the history
Ubuntu 20.04 should have `clang-10` installed by default.
  • Loading branch information
stefanscherzinger committed Nov 25, 2022
1 parent bd4c47b commit 26d66af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/industrial_ci_noetic_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on: [push, pull_request]

jobs:
industrial_ci:
env:
# See the full documentation here:
# https://github.com/ros-industrial/industrial_ci/blob/master/doc/index.rst
CXX: /usr/bin/clang++
CC: /usr/bin/clang
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 26d66af

Please sign in to comment.