add Linux gcc C++ build to azure pipeline

This commit is contained in:
daan 2020-01-16 16:08:23 -08:00
parent a0bee081dd
commit 3447debf26
1 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,11 @@ jobs:
CXX: g++
BuildType: secure
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_SECURE=ON
Debug++:
CC: gcc
CXX: g++
BuildType: debug
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_USE_CXX=ON
Debug Clang:
CC: clang
CXX: clang++