Skip to content
Snippets Groups Projects
Commit 5b750421 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

CI: no filters for coverage for now

parent f6177b96
Branches
Tags
No related merge requests found
......@@ -23,8 +23,8 @@
set(site_option
"CMAKE_C_COMPILER:STRING=clang
CMAKE_CXX_COMPILER:STRING=clang++
CMAKE_C_FLAGS:STRING=--coverage -fprofile-exclude-files=\"^/usr/include/.*\$;.*/xdk/include/.*\$\"
CMAKE_CXX_FLAGS:STRING=--coverage -fprofile-exclude-files=\"^/usr/include/.*\$;.*/xdk/include/.*\$\"
CMAKE_C_FLAGS:STRING=--coverage
CMAKE_CXX_FLAGS:STRING=--coverage
CMAKE_EXE_LINKER_FLAGS:STRING=-fuse-ld=lld
CMAKE_MODULE_LINKER_FLAGS:STRING=-fuse-ld=lld
CMAKE_SHARED_LINKER_FLAGS:STRING=-fuse-ld=lld
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment