This commit is contained in:
Niels Lohmann 2023-03-24 23:45:50 -07:00 committed by GitHub
commit 0ff7bec7a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1765 additions and 1325 deletions

View File

@ -949,6 +949,7 @@ add_custom_target(ci_icpc
-DCMAKE_BUILD_TYPE=Debug -GNinja
-DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc
-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
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

File diff suppressed because it is too large Load Diff