Skip to content

Commit

Permalink
Try to enable the windows tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Aug 11, 2024
1 parent 95a0535 commit 5921755
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci/build_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ if errorlevel 1 exit 1
nmake
if errorlevel 1 exit 1

:REM nmake check
:REM if errorlevel 1 exit 1
:REM
:REM ctest -V
:REM if errorlevel 1 exit 1
nmake check
if errorlevel 1 exit 1

ctest -V
if errorlevel 1 exit 1

0 comments on commit 5921755

Please sign in to comment.