We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27d7fe commit 5bdc3c2Copy full SHA for 5bdc3c2
.circleci/config.yml
@@ -176,6 +176,12 @@ commands:
176
./emcc --clear-cache
177
- pip-install
178
- run: apt-get install -q -y ninja-build ccache
179
+ - run:
180
+ name: Ccache stats and configuration
181
+ command: |
182
+ ccache -s
183
+ ccache --print-stats
184
+ ccache -p
185
- run:
186
name: embuilder build ALL
187
command: |
@@ -201,9 +207,12 @@ commands:
201
207
./embuilder build MINIMAL --pic --lto
202
208
./test/runner test_hello_world
203
209
204
- name: "Ccache stats"
210
+ name: "Ccache stats and configuration"
205
211
212
+ date
213
206
214
ccache --print-stats
215
216
ccache --zero-stats
217
218
persist:
0 commit comments