File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,19 @@ Task("sync-ANGLE")
80
80
RunPython ( ANGLE_PATH , ANGLE_PATH . CombineWithFilePath ( "tools/clang/scripts/update.py" ) ) ;
81
81
}
82
82
83
+ // long the free space
84
+ RunProcess ( "pwsh" , ROOT_PATH . CombineWithFilePath ( "scripts/get-free-space.ps1" ) . FullPath ) ;
85
+
83
86
// generate Windows App SDK files
84
87
if ( ! FileExists ( WINAPPSDK_PATH . CombineWithFilePath ( "Microsoft.WindowsAppSDK.nuspec" ) ) ) {
85
88
var setup = ANGLE_PATH . CombineWithFilePath ( "scripts/winappsdk_setup.py" ) ;
86
89
RunProcess (
87
90
ROOT_PATH . CombineWithFilePath ( "scripts/vcvarsall.bat" ) ,
88
91
$ "\" { VS_INSTALL } \" \" x64\" \" { PYTHON_EXE } \" \" { setup } \" --output \" { WINAPPSDK_PATH } \" ") ;
89
92
}
93
+
94
+ // long the free space
95
+ RunProcess ( "pwsh" , ROOT_PATH . CombineWithFilePath ( "scripts/get-free-space.ps1" ) . FullPath ) ;
90
96
} ) ;
91
97
92
98
Task ( "ANGLE" )
You can’t perform that action at this time.
0 commit comments