diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-06 22:25:01 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-06 22:25:01 +0100 |
commit | fad4f12ef49408c650cb3523b1aa4dfd2bd45bad (patch) | |
tree | d6cd7c666025275a2041d15028985d3d212f06fd | |
parent | 980702378d4b304f49736cea526a074dfe24e542 (diff) | |
download | yawa-fad4f12ef49408c650cb3523b1aa4dfd2bd45bad.tar.xz |
cov-configure before make
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |