We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730a140 commit b59bcedCopy full SHA for b59bced
doc/build.ps1
@@ -13,6 +13,7 @@ if (Test-Path ..\target\doc) {rm -Recurse -Force ..\target\doc}
13
mkdir ..\target\doc | Out-Null
14
15
0install run --batch http://repo.roscidus.com/devel/doxygen
16
+if ($LASTEXITCODE -ne 0) {throw "Exit Code: $LASTEXITCODE"}
17
18
cp .nojekyll,CNAME ..\target\doc\
19
0 commit comments