Skip to content

Commit b59bced

Browse files
committed
Tweaked build script
1 parent 730a140 commit b59bced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if (Test-Path ..\target\doc) {rm -Recurse -Force ..\target\doc}
1313
mkdir ..\target\doc | Out-Null
1414

1515
0install run --batch http://repo.roscidus.com/devel/doxygen
16+
if ($LASTEXITCODE -ne 0) {throw "Exit Code: $LASTEXITCODE"}
1617

1718
cp .nojekyll,CNAME ..\target\doc\
1819

0 commit comments

Comments
 (0)