Enable other clang compilers

This commit is contained in:
Siarhei Fedartsou 2024-05-11 20:37:33 +02:00
parent 5974436ce0
commit bbf2eb4a5f

View File

@ -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