We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8712089 commit 3de0688Copy full SHA for 3de0688
ci/travis/linux/qt5/script.sh
@@ -3,8 +3,8 @@ export CTEST_PARALLEL_LEVEL=1
3
4
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
5
6
-ccache -o max_size=150M
7
-ccache -o run_second_cpp=true
+# ccache -o max_size=150M
+# ccache -o run_second_cpp=true
8
9
xvfb-run ctest -V -E "$(cat ${DIR}/blacklist.txt | paste -sd '|' -)" -S ./qgis-test-travis.ctest --output-on-failure
10
# xvfb-run ctest -V -S ./qgis-test-travis.ctest --output-on-failure
0 commit comments