Skip to content

Commit

Permalink
jenkins: add overlapped-checker.exe to binary.tgz
Browse files Browse the repository at this point in the history
Required for testing overlapped I/O on windows (#29412)
  • Loading branch information
tarruda authored Dec 8, 2020
1 parent c6d76d0 commit e4c6bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/scripts/windows/node-compile-windows.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ call %~dp0compile.cmd
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"
set "BINARY_FILES=config.gypi icu_config.gypi Release/node.exe Release/node.lib Release/openssl-cli.exe Release/cctest.exe Release/node.pdb Release/overlapped-checker.exe"
if exist Release\node_test_engine.dll set "BINARY_FILES=%BINARY_FILES% Release/node_test_engine.dll"

:: Setup binary package
Expand Down

0 comments on commit e4c6bc3

Please sign in to comment.