Add a little help to the build scripts

This commit is contained in:
Cameron Gutman 2019-08-13 18:07:42 -07:00
commit 7b6996ed80
2 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ fail()
}
if [ "$BUILD_CONFIG" != "Debug" ] && [ "$BUILD_CONFIG" != "Release" ]; then
fail "Invalid build configuration"
fail "Invalid build configuration - expected 'Debug' or 'Release'"
fi
[ "$SIGNING_KEY" == "" ] || git diff-index --quiet HEAD -- || fail "Signed release builds must not have unstaged changes!"