]> Git Repo - qemu.git/commit
travis.yml: Fix the ccache lines
authorThomas Huth <[email protected]>
Wed, 9 Oct 2019 17:07:00 +0000 (19:07 +0200)
committerAlex Bennée <[email protected]>
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 <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20191009170701[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
.travis.yml
This page took 0.025051 seconds and 4 git commands to generate.