Skip to content

Commit

Permalink
jenkins: fix Windows Debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Mar 1, 2022
1 parent 472b295 commit 23392f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/scripts/windows/node-compile-windows-debug.cmd
Expand Up @@ -11,6 +11,7 @@ if errorlevel 1 exit /b

:: Basic sanity check
:: Test compiling and running a native add-on
python tools\test.py --create-knownGlobals-json
%node_gyp_exe% rebuild --directory=test\addons\hello-world --nodedir="%CD%"
if errorlevel 1 exit /b
Debug\node.exe test\addons\hello-world\test.js
Expand Down

0 comments on commit 23392f7

Please sign in to comment.