Compare commits

...

2 Commits

Author SHA1 Message Date
Niels Lohmann
350e37390d
⚗️ define MSVC
See https://github.com/doctest/doctest/issues/664#issuecomment-1159541577
2022-06-18 21:22:42 +02:00
Niels Lohmann
4ecea86a05
⬆️ Doctest 2.4.9 2022-06-18 19:16:40 +02:00
2 changed files with 1765 additions and 1325 deletions

View File

@ -928,6 +928,7 @@ add_custom_target(ci_icpc
-DCMAKE_BUILD_TYPE=Debug -GNinja -DCMAKE_BUILD_TYPE=Debug -GNinja
-DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc -DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc
-DJSON_BuildTests=ON -DJSON_FastTests=ON -DJSON_BuildTests=ON -DJSON_FastTests=ON
-DCMAKE_CXX_FLAGS="-D_MSC_VER=0 -D_MSC_FULL_VER=0"
-S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_icpc -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_icpc
COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_icpc COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_icpc
COMMAND cd ${PROJECT_BINARY_DIR}/build_icpc && ${CMAKE_CTEST_COMMAND} --parallel ${N} --exclude-regex "test-unicode" --output-on-failure COMMAND cd ${PROJECT_BINARY_DIR}/build_icpc && ${CMAKE_CTEST_COMMAND} --parallel ${N} --exclude-regex "test-unicode" --output-on-failure

File diff suppressed because it is too large Load Diff