Skip to content

Commit

Permalink
jenkins: add overlapped-checker.exe to binary.tgz (#2495)
Browse files Browse the repository at this point in the history
Required for testing overlapped I/O on windows (nodejs/node#29412)
  • Loading branch information
tarruda authored and Ash Cripps committed Jan 8, 2021
1 parent 88cda55 commit 20c7a45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/scripts/windows/node-compile-windows.cmd
Expand Up @@ -17,6 +17,7 @@ if errorlevel 1 exit /b
:: Select files to pack
set "BINARY_FILES=config.gypi icu_config.gypi Release/node.exe Release/node.lib Release/openssl-cli.exe Release/cctest.exe Release/node.pdb"
if exist Release\node_test_engine.dll set "BINARY_FILES=%BINARY_FILES% Release/node_test_engine.dll"
if exist Release\overlapped-checker.exe set "BINARY_FILES=%BINARY_FILES% Release/overlapped-checker.exe"

:: Setup binary package
rm -rf binary
Expand Down

0 comments on commit 20c7a45

Please sign in to comment.