Skip to content

Commit 9f9a8a2

Browse files
committed
try using handle.exe to examine file props
1 parent 351c43f commit 9f9a8a2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

ci/appveyor/build_package.cmd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@ REM set mongo_dir??
1010
echo kill any hanging ruby.exe processes
1111
taskkill /IM ruby.exe /F
1212
echo timeout 60s
13-
timeout /t 60
13+
echo Downloading Handle...
14+
curl -L -o handle.zip https://download.sysinternals.com/files/Handle.zip
15+
tar -xf handle.zip -C %TEMP%
16+
echo Checking for file locks...
17+
%TEMP%\handle.exe C:\projects\openstudio-server\gems\gems\json-2.10.1 > %TEMP%\handle_output.txt
18+
type %TEMP%\handle_output.txt
19+
echo generator.so
20+
%TEMP%\handle.exe C:\projects\openstudio-server\gems\gems\json-2.10.1\lib\json\ext\generator.so > %TEMP%\handle_output2.txt
21+
type %TEMP%\handle_output2.txt
1422
cd c:\
1523
mkdir export
1624
echo openstudio_meta install_gems --export

0 commit comments

Comments
 (0)