[travis] Fix ccache

This commit is contained in:
Matthias Kuhn 2019-11-05 20:32:14 +01:00
parent 8f52da7fdf
commit 1e20a65556

View File

@ -152,7 +152,8 @@ RUN curl -k https://downloads.kdab.com/clazy/1.6/Clazy-x86_64-1.6.AppImage -o /t
&& mkdir /opt/clazy \
&& cd /opt/clazy \
&& /tmp/Clazy.AppImage --appimage-extract \
&& ln -s /opt/clazy/squashfs-root/AppRun /usr/lib/ccache/clazy
&& ln -s /opt/clazy/squashfs-root/AppRun /usr/bin/clazy \
&& ln -s ../../bin/ccache /usr/lib/ccache/clazy
ENV QT_SELECT=5
ENV LANG=C.UTF-8