We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acfc42 commit 18f0945Copy full SHA for 18f0945
build/ci/Dockerfile
@@ -9,6 +9,7 @@ ARG JDK_VERSION
9
# Install base tools
10
RUN apt-get update && \
11
DEBIAN_FRONTEND=noninteractive apt-get install -y \
12
+ ccache \
13
curl \
14
git \
15
lcov \
build/ci/macos.yml
@@ -8,6 +8,10 @@ jobs:
8
vmImage: macOS-10.15
steps:
+ - script: |
+ brew install ccache
+ displayName: 'Dependencies'
+
- template: setup.yml
16
17
- script: |
0 commit comments