Enable ccache for Cirrus builds

This commit is contained in:
Tim Wojtulewicz 2022-05-17 10:35:42 -07:00
parent 4d1b9f4a08
commit d48a1b520f
18 changed files with 47 additions and 13 deletions

View file

@ -1,6 +1,7 @@
FROM alpine:latest
RUN apk add --no-cache \
ccache \
cmake \
make \
g++ \