diff --git a/_buildscripts/makerelease b/_buildscripts/makerelease index 4f92afe69..6fa70d3f4 100755 --- a/_buildscripts/makerelease +++ b/_buildscripts/makerelease @@ -1,6 +1,9 @@ #!/bin/sh -_buildscripts/vibuild +if ! _buildscripts/cibuild; then + printf '%s\n' 'Build failed' >&2 + exit 1 +fi # Clean out the articles directory rm -rf _site/articles