build: wipe large files on windows two

This commit is contained in:
Samuel Attard
2019-11-29 01:38:38 -08:00
parent f6ace9c345
commit 69585bc75e

View File

@@ -1429,7 +1429,7 @@ commands:
- run:
name: Remove the big things on macOS, this seems to be better on average
command: |
if [ "`uname`" == "Darwin" ]; then
if [ "`uname`" == "Darwin" ] || [ "`uname|cut -c 1-7`" == "MSYS_NT" ]; then
mkdir -p src/out/Default
cd src/out/Default
find . -type f -size +50M -delete