mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: wipe large files on windows two
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user