free more space of windows ci

This commit is contained in:
jangko 2023-05-27 20:52:48 +07:00
parent fb3b341aea
commit 48930970ce
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
2 changed files with 4 additions and 0 deletions

View File

@ -238,6 +238,9 @@ jobs:
DEFAULT_MAKE_FLAGS="-j${ncpu} ENABLE_EVMC=${ENABLE_EVMC} ENABLE_VMLOWMEM=${ENABLE_VMLOWMEM}"
mingw32-make ${DEFAULT_MAKE_FLAGS}
build/nimbus.exe --help
# give us more space
find . -type d -name ".git" -exec rm -rf {} +
find . -type d -name "nimcache" -exec rm -rf {} +
mingw32-make ${DEFAULT_MAKE_FLAGS} test
if [[ '${{ matrix.target.cpu }}' == 'amd64' ]]; then
mingw32-make ${DEFAULT_MAKE_FLAGS}

View File

@ -249,6 +249,7 @@ jobs:
DEFAULT_MAKE_FLAGS="-j${ncpu}"
mingw32-make ${DEFAULT_MAKE_FLAGS} fluffy
build/fluffy.exe --help
find . -type d -name ".git" -exec rm -rf {} +
rm -rf nimcache
mingw32-make ${DEFAULT_MAKE_FLAGS} fluffy-tools
rm -rf nimcache