Use ccache on Windows CI build

This commit is contained in:
Zion Nimchuk 2025-02-27 23:08:52 -08:00 committed by Megamouse
parent 207ee59acd
commit 0690315d9e
5 changed files with 62 additions and 24 deletions

View file

@ -1,5 +1,8 @@
#!/bin/sh -ex
# First let's see print some info about our caches
"$(cygpath -u "$CCACHE_BIN_DIR")"/ccache.exe --show-stats -v
# BUILD_blablabla is Azure specific, so we wrap it for portability
ARTIFACT_DIR="$BUILD_ARTIFACTSTAGINGDIRECTORY"