Skip to content

Commit 20c7a45

Browse files
tarrudaAsh Cripps
authored and
Ash Cripps
committed
jenkins: add overlapped-checker.exe to binary.tgz (#2495)
Required for testing overlapped I/O on windows (nodejs/node#29412)
1 parent 88cda55 commit 20c7a45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jenkins/scripts/windows/node-compile-windows.cmd

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ if errorlevel 1 exit /b
1717
:: Select files to pack
1818
set "BINARY_FILES=config.gypi icu_config.gypi Release/node.exe Release/node.lib Release/openssl-cli.exe Release/cctest.exe Release/node.pdb"
1919
if exist Release\node_test_engine.dll set "BINARY_FILES=%BINARY_FILES% Release/node_test_engine.dll"
20+
if exist Release\overlapped-checker.exe set "BINARY_FILES=%BINARY_FILES% Release/overlapped-checker.exe"
2021

2122
:: Setup binary package
2223
rm -rf binary

0 commit comments

Comments
 (0)