Enable other clang compilers
This commit is contained in:
parent
bbf2eb4a5f
commit
4da40c8d0d
20
.github/workflows/osrm-backend.yml
vendored
20
.github/workflows/osrm-backend.yml
vendored
@ -193,16 +193,16 @@ jobs:
|
||||
CXXCOMPILER: clang++-15
|
||||
CUCUMBER_TIMEOUT: 60000
|
||||
|
||||
- name: clang-15-debug-clang-tidy
|
||||
continue-on-error: false
|
||||
node: 18
|
||||
runs-on: ubuntu-22.04
|
||||
BUILD_TOOLS: ON
|
||||
BUILD_TYPE: Debug
|
||||
CCOMPILER: clang-15
|
||||
CXXCOMPILER: clang++-15
|
||||
CUCUMBER_TIMEOUT: 60000
|
||||
ENABLE_CLANG_TIDY: ON
|
||||
# - name: clang-15-debug-clang-tidy
|
||||
# continue-on-error: false
|
||||
# node: 18
|
||||
# runs-on: ubuntu-22.04
|
||||
# BUILD_TOOLS: ON
|
||||
# BUILD_TYPE: Debug
|
||||
# CCOMPILER: clang-15
|
||||
# CXXCOMPILER: clang++-15
|
||||
# CUCUMBER_TIMEOUT: 60000
|
||||
# ENABLE_CLANG_TIDY: ON
|
||||
|
||||
# - name: clang-14-release
|
||||
# continue-on-error: false
|
||||
|
Loading…
Reference in New Issue
Block a user