osx - Coverity and "Your request for analysis of Phonations/TravisTest failed" -
i'm trying add coverity scan static analysis qt mac project i'm not able submit build using travis.
here coverity specific travis setup:
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 result got mail:
your request analysis of phonations/travistest failed. analysis status: failure please fix error , upload build again. error details: build uploaded has not been compiled fully. please fix compilation error. may have run bin/cov-configure described in article on coverity community. last few lines of cov-int/build-log.txt should indicate 85% or more compilation units ready analysis more detail explanation on error, please check: https://communities.coverity.com/message/4820 if build process isn't going smoothly, email @ scan-admin@coverity.com cov-int/build-log.txt file attached assistance, or post issue coverity community @ https://communities.coverity.com/community/scan-(open-source)/content
there not macos specific explanation in documentation. has idea how submit it?
Comments
Post a Comment