Skip to content

Commit

Permalink
Ccache stats check
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 9, 2020
1 parent 3177e76 commit e2e7d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/qt5_14/build.sh
Expand Up @@ -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 \
Expand Down Expand Up @@ -34,4 +34,4 @@ cmake -GNinja \

ninja

ccache -S
ccache -s

0 comments on commit e2e7d31

Please sign in to comment.