File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 4444 with :
4545 path : install
4646 name : ${{ matrix.build_type == 'Debug' && 'macos-clang-debug-install' || 'macos-clang-install' }}
47+ - name : Show ccache stats
48+ run : ccache --show-stats
4749 clang-test :
4850 needs :
4951 - clang-build
Original file line number Diff line number Diff line change 5353 name : ${{ matrix.build_type == 'Debug' &&
5454 format('ubuntu-gcc-debug-install-{0}', matrix.os) ||
5555 format('ubuntu-gcc-install-{0}', matrix.os) }}
56+ - name : Show ccache stats
57+ run : ccache --show-stats
5658 gcc-test :
5759 needs :
5860 - gcc-build
@@ -153,6 +155,8 @@ jobs:
153155 with :
154156 path : install
155157 name : ubuntu-clang-install-${{ matrix.os }}
158+ - name : Show ccache stats
159+ run : ccache --show-stats
156160 clang-test :
157161 needs :
158162 - clang-build
@@ -257,6 +261,8 @@ jobs:
257261 with :
258262 path : install
259263 name : ubuntu-clang-sanitizer-install-${{ matrix.os }}
264+ - name : Show ccache stats
265+ run : ccache --show-stats
260266 clang-sanitizer-test :
261267 needs :
262268 - clang-sanitizer-build
@@ -399,3 +405,5 @@ jobs:
399405 body : |
400406 Coverage report is available for download
401407 [here](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
408+ - name : Show ccache stats
409+ run : ccache --show-stats
Original file line number Diff line number Diff line change 3333 with :
3434 path : install
3535 name : ${{ matrix.build_type == 'Debug' && 'windows-msvc-debug-install' || 'windows-msvc-install' }}
36+ - name : Show ccache stats
37+ shell : bash
38+ run : ccache --show-stats
3639 msvc-test :
3740 needs :
3841 - msvc-build
@@ -117,6 +120,9 @@ jobs:
117120 with :
118121 path : install
119122 name : windows-clang-install
123+ - name : Show ccache stats
124+ shell : bash
125+ run : ccache --show-stats
120126 clang-test :
121127 needs :
122128 - clang-build
You can’t perform that action at this time.
0 commit comments