Skip to content

Commit

Permalink
Run tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Feb 22, 2018
1 parent efa53d2 commit d519641
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ if errorlevel 1 exit 1
nmake
if errorlevel 1 exit 1

:: Run tests.
ctest
if errorlevel 1 exit 1

:: Install step.
nmake install
if errorlevel 1 exit 1

0 comments on commit d519641

Please sign in to comment.