Show ccache stats in linux_coverity (#13382)

This commit is contained in:
Alina Kladieva 2022-10-11 06:25:19 +02:00 committed by GitHub
parent 54eede2e6a
commit 067537f6d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,9 @@ jobs:
workingDirectory: $(BUILD_DIR)
displayName: 'Build Lin with Coverity'
- script: ccache --show-stats
displayName: 'Show ccache stats'
- script: ls -alR $(REPO_DIR)/bin/
displayName: 'List bin files'