enable debug clang++ compilation in azure pipelines

This commit is contained in:
daan 2020-01-16 16:49:59 -08:00
parent 3f8b8b7a55
commit 5c82b459d6

View File

@ -81,6 +81,11 @@ jobs:
CXX: clang++
BuildType: secure-clang
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_SECURE=ON
Debug++ Clang:
CC: clang
CXX: clang++
BuildType: debug-clang
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_USE_CXX=ON
steps:
- task: CMake@1
inputs: