Add nightly/profile build pipeline

This commit is contained in:
Dennis Klein
2018-05-02 14:05:56 +02:00
parent 5696fef902
commit 24001470e5
3 changed files with 58 additions and 4 deletions

View File

@@ -151,6 +151,9 @@ macro(set_fairlogger_defaults)
# Define export set, only one for now
set(FairLogger_EXPORT_SET ${PROJECT_NAME}Targets)
set(CMAKE_CXX_FLAGS_NIGHTLY "-O2 -g -Wshadow -Wall -Wextra")
set(CMAKE_CXX_FLAGS_PROFILE "-g3 -fno-inline -ftest-coverage -fprofile-arcs -Wshadow -Wall -Wextra -Wunused-variable")
endmacro()