Skip to content

Commit

Permalink
show more stats
Browse files Browse the repository at this point in the history
  • Loading branch information
mradugin authored Jul 12, 2024
1 parent 5aab205 commit 9dcd8e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,12 @@ jobs:
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
run: |
cmake --version
D:\a\cmake-findccache\cmake-findccache\build\cl.exe --version
cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} --verbose
ccache --show-stats
ccache -z
ccache --show-stats
cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} --target clean --verbose
D:\a\cmake-findccache\cmake-findccache\build\cl.exe --version
cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} --verbose
D:\a\cmake-findccache\cmake-findccache\build\cl.exe --version
ccache --show-stats
- name: ccache show stats after
Expand Down

0 comments on commit 9dcd8e7

Please sign in to comment.