print ccache status

This commit is contained in:
Denis Rouzaud 2018-11-18 10:36:33 +01:00
parent f8af7ddd52
commit d35ef945ec

View File

@ -21,6 +21,7 @@ COPY . /usr/src/QGIS
COPY ${CACHE_DIR} /root/.ccache
ENV CCACHE_DIR=/root/.ccache
RUN ccache -M 1G
RUN ccache -s
WORKDIR /usr/src/QGIS/build