Try to add Conan debug builds

This commit is contained in:
Siarhei Fedartsou 2024-05-13 15:52:21 +02:00
parent ee8e0f890a
commit d3cd40ea9e

View File

@ -229,7 +229,7 @@ jobs:
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: Debug
CCOMPILER: clang-15 CCOMPILER: clang-15
CXXCOMPILER: clang++-15 CXXCOMPILER: clang++-15
ENABLE_CONAN: ON ENABLE_CONAN: ON
@ -245,6 +245,16 @@ jobs:
CXXCOMPILER: clang++-15 CXXCOMPILER: clang++-15
ENABLE_CONAN: ON ENABLE_CONAN: ON
- name: conan-linux-debug
continue-on-error: false
node: 18
runs-on: ubuntu-22.04
BUILD_TOOLS: ON
BUILD_TYPE: Debug
CCOMPILER: clang-15
CXXCOMPILER: clang++-15
ENABLE_CONAN: ON
- name: gcc-13-release - name: gcc-13-release
continue-on-error: false continue-on-error: false
node: 20 node: 20