wip
This commit is contained in:
parent
309452305e
commit
7468f2f1e3
54
.github/workflows/osrm-backend.yml
vendored
54
.github/workflows/osrm-backend.yml
vendored
@ -204,25 +204,25 @@ 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
|
||||||
# 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-13
|
CCOMPILER: clang-13
|
||||||
# CXXCOMPILER: clang++-13
|
CXXCOMPILER: clang++-13
|
||||||
# CUCUMBER_TIMEOUT: 60000
|
CUCUMBER_TIMEOUT: 60000
|
||||||
|
|
||||||
# - name: conan-linux-debug-asan-ubsan
|
# - name: conan-linux-debug-asan-ubsan
|
||||||
# continue-on-error: false
|
# continue-on-error: false
|
||||||
@ -235,15 +235,15 @@ jobs:
|
|||||||
# ENABLE_CONAN: ON
|
# ENABLE_CONAN: ON
|
||||||
# ENABLE_SANITIZER: ON
|
# ENABLE_SANITIZER: ON
|
||||||
|
|
||||||
# - name: conan-linux-release
|
- name: conan-linux-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-15
|
CCOMPILER: clang-15
|
||||||
# CXXCOMPILER: clang++-15
|
CXXCOMPILER: clang++-15
|
||||||
# ENABLE_CONAN: ON
|
ENABLE_CONAN: ON
|
||||||
|
|
||||||
- name: gcc-13-release
|
- name: gcc-13-release
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
Loading…
Reference in New Issue
Block a user