]> git.ipfire.org Git - thirdparty/qemu.git/commit
travis.yml: Fix the ccache lines
authorThomas Huth <thuth@redhat.com>
Wed, 9 Oct 2019 17:07:00 +0000 (19:07 +0200)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 25 Oct 2019 18:23:53 +0000 (19:23 +0100)
commit312995c2abe3cd4808056f0f6ec0cdb6c8ca58bd
treee28471e3ad6c4c73e21de7529af0d6144e757df5
parent3c7a8b41b4227729e6347c682286b41eafdab1bf
travis.yml: Fix the ccache lines

The "command -v ccache && ccache ..." likely were supposed to test
the availability of ccache before running the program. But this
shell construct causes Travis to abort if ccache is not available.
Use an if-statement instead to fix this problem.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191009170701.14756-5-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
.travis.yml