Skip to content

Commit

Permalink
[travis] Fix warnings about invalid ccache options
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 4, 2016
1 parent 8712089 commit 3de0688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/travis/linux/qt5/script.sh
Expand Up @@ -3,8 +3,8 @@ export CTEST_PARALLEL_LEVEL=1

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

ccache -o max_size=150M
ccache -o run_second_cpp=true
# ccache -o max_size=150M
# ccache -o run_second_cpp=true

xvfb-run ctest -V -E "$(cat ${DIR}/blacklist.txt | paste -sd '|' -)" -S ./qgis-test-travis.ctest --output-on-failure
# xvfb-run ctest -V -S ./qgis-test-travis.ctest --output-on-failure

0 comments on commit 3de0688

Please sign in to comment.