Enable other clang compilers
This commit is contained in:
parent
f3a9533c19
commit
8baf4b113a
38
.github/workflows/osrm-backend.yml
vendored
38
.github/workflows/osrm-backend.yml
vendored
@ -204,15 +204,15 @@ jobs:
|
|||||||
# CUCUMBER_TIMEOUT: 60000
|
# CUCUMBER_TIMEOUT: 60000
|
||||||
# ENABLE_CLANG_TIDY: ON
|
# ENABLE_CLANG_TIDY: ON
|
||||||
|
|
||||||
# - name: clang-14-release
|
- name: clang-14-release
|
||||||
# continue-on-error: false
|
continue-on-error: false
|
||||||
# node: 18
|
node: 18
|
||||||
# runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
# BUILD_TOOLS: ON
|
BUILD_TOOLS: ON
|
||||||
# BUILD_TYPE: Release
|
BUILD_TYPE: Release
|
||||||
# CCOMPILER: clang-14
|
CCOMPILER: clang-14
|
||||||
# CXXCOMPILER: clang++-14
|
CXXCOMPILER: clang++-14
|
||||||
# CUCUMBER_TIMEOUT: 60000
|
CUCUMBER_TIMEOUT: 60000
|
||||||
|
|
||||||
# - name: clang-13-release
|
# - name: clang-13-release
|
||||||
# continue-on-error: false
|
# continue-on-error: false
|
||||||
@ -288,16 +288,16 @@ jobs:
|
|||||||
# ENABLE_CONAN: ON
|
# ENABLE_CONAN: ON
|
||||||
# NODE_PACKAGE_TESTS_ONLY: ON
|
# NODE_PACKAGE_TESTS_ONLY: ON
|
||||||
|
|
||||||
- name: conan-linux-debug-node
|
# - name: conan-linux-debug-node
|
||||||
build_node_package: true
|
# build_node_package: true
|
||||||
continue-on-error: false
|
# continue-on-error: false
|
||||||
node: 20
|
# node: 20
|
||||||
runs-on: ubuntu-22.04
|
# runs-on: ubuntu-22.04
|
||||||
BUILD_TYPE: Debug
|
# BUILD_TYPE: Debug
|
||||||
CCOMPILER: clang-13
|
# CCOMPILER: clang-13
|
||||||
CXXCOMPILER: clang++-13
|
# CXXCOMPILER: clang++-13
|
||||||
ENABLE_CONAN: ON
|
# ENABLE_CONAN: ON
|
||||||
NODE_PACKAGE_TESTS_ONLY: ON
|
# NODE_PACKAGE_TESTS_ONLY: ON
|
||||||
|
|
||||||
# - name: conan-macos-x64-release-node
|
# - name: conan-macos-x64-release-node
|
||||||
# build_node_package: true
|
# build_node_package: true
|
||||||
|
Loading…
Reference in New Issue
Block a user