summaryrefslogtreecommitdiffstats
path: root/CIbuild.sh
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2016-10-09 14:10:41 +0200
committerLogicParrot <LogicParrot@users.noreply.github.com>2016-10-09 14:10:41 +0200
commitf951a2528325af8e1a9ef17f9a765ad68825aec7 (patch)
treec0fad320c151dec86590c3746dcbaaf5657df11c /CIbuild.sh
parentUpdate apidoc (diff)
parentUpdated the Core plugin. (diff)
downloadcuberite-f951a2528325af8e1a9ef17f9a765ad68825aec7.tar
cuberite-f951a2528325af8e1a9ef17f9a765ad68825aec7.tar.gz
cuberite-f951a2528325af8e1a9ef17f9a765ad68825aec7.tar.bz2
cuberite-f951a2528325af8e1a9ef17f9a765ad68825aec7.tar.lz
cuberite-f951a2528325af8e1a9ef17f9a765ad68825aec7.tar.xz
cuberite-f951a2528325af8e1a9ef17f9a765ad68825aec7.tar.zst
cuberite-f951a2528325af8e1a9ef17f9a765ad68825aec7.zip
Diffstat (limited to 'CIbuild.sh')
-rwxr-xr-xCIbuild.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/CIbuild.sh b/CIbuild.sh
index 9e2fa7edb..d652f1d36 100755
--- a/CIbuild.sh
+++ b/CIbuild.sh
@@ -31,4 +31,9 @@ EOF
cat ./NewlyUndocumented.lua
exit 1
fi
+ if [ -f ./DuplicateDocs.txt ]; then
+ echo "ERROR: API documentation has duplicate symbol warnings:"
+ cat ./DuplicateDocs.txt
+ exit 1
+ fi
fi