Skip to content

Commit 23f0ec0

Browse files
committed
show ccache stats
1 parent a27f9d5 commit 23f0ec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@ install: |
643643
# Build and package
644644
set -x
645645
build_wheel $REPO_DIR $PLAT
646+
if [ -n "$USE_CCACHE" ]; then ccache --show-stats; fi
646647
set +x
647648
648649
script: |

0 commit comments

Comments
 (0)