From fad4f12ef49408c650cb3523b1aa4dfd2bd45bad Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 6 Nov 2014 22:25:01 +0100 Subject: cov-configure before make --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b43dbb5..3f955dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,6 @@ addons: name: "kyrias/yawa" description: "Build submitted via Travis CI" notification_email: johannes@kyriasis.com - build_command_prepend: cmake . + build_command_prepend: cov-configure --template --comptype clangcc --compiler clang; cmake . build_command: make branch_pattern: coverity_scan -- cgit v1.2.3-54-g00ecf