Ccache stats check

This commit is contained in:
Matthias Kuhn 2020-08-09 21:37:46 +02:00
parent 3177e76229
commit e2e7d31fe0

View File

@ -3,7 +3,7 @@
mkdir /usr/src/qgis/build
cd /usr/src/qgis/build || exit -1
ccache -S
ccache -s
cmake -GNinja \
-DUSE_CCACHE=ON \
@ -34,4 +34,4 @@ cmake -GNinja \
ninja
ccache -S
ccache -s