Skip to content
Snippets Groups Projects
Commit 5e6b6175 authored by Johan Helsing's avatar Johan Helsing
Browse files

Enable ccache

parent 7de021b6
No related branches found
No related tags found
No related merge requests found
...@@ -39,4 +39,9 @@ RUN scripts/clone-qt.sh ...@@ -39,4 +39,9 @@ RUN scripts/clone-qt.sh
COPY scripts/ /home/build/scripts COPY scripts/ /home/build/scripts
COPY config.opt /etc/qt/config.opt COPY config.opt /etc/qt/config.opt
CMD "./scripts/run.sh"
# Set ccache config default just in case
RUN mkdir -p /home/build/.ccache
ENV CCACHE_DIR=/home/build/.ccache
CMD export PATH=/usr/lib/ccache:$PATH; ./scripts/run.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment