I am trying to add static static static to my Qt Mac project, but I cannot imagine the assembly using travis.
Here is my special travis setting for coverage:
addons: coverity_scan: project: name: Phonations/TravisTest description: Build submitted via Travis CI notification_email: martin@phonations.com build_command_prepend: cov-configure --comptype clangcxx --compiler clang++ --template build_command_prepend: qmake QtTest.pro build_command: make -j 4 branch_pattern: coverity
And here is the result that I received in the mail:
Your request for analysis of Phonations/TravisTest is failed. Analysis status: Failure Please fix the error and upload the build again. Error details: Build uploaded has not been compiled fully. Please fix any compilation error. You may have to run bin/cov-configure as described in the article on Coverity Community. Last few lines of cov-int/build-log.txt should indicate 85% or more compilation units ready for analysis For more detail explanation on the error, please check: https:
There is no specific explanation for MacOS in the documentation. Does anyone have an idea how to ship it?
qt code-analysis travis-ci macos coverity
Martin delille
source share