From cc5a737836e11f1ff493d8e05015bd43b3112096 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Mon, 5 Oct 2015 23:39:43 +0300 Subject: [PATCH] Fix Coverity Scan builds. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d318598d8..6012d9ed7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ addons: project: name: "qbittorrent/qBittorrent" description: "Build submitted via Travis CI" - build_command_prepend: "./bootstrap.sh && ./configure $qbtconf" + build_command_prepend: "./bootstrap.sh && ./configure $qbtconf && echo QMAKE_CC=$CC >> conf.pri && echo QMAKE_CXX=$CXX >> conf.pri" build_command: make branch_pattern: $coverity_branch notification_email: sledgehammer999@qbittorrent.org