Tweak travis ccache config

This commit is contained in:
Marcus Holland-Moritz 2021-04-13 00:21:09 +02:00
parent 6532a25af2
commit 337660276c

View File

@ -50,6 +50,7 @@ compiler:
before_script:
- mkdir build
- cd build
- ccache --set-config=compiler_check=content
- cmake -DWITH_TESTS=1 -DWITH_BENCHMARKS=1 -DWITH_LEGACY_FUSE=1 ..
script: