Skip to content

Commit

Permalink
Release script tests for build success
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McCullough committed Sep 12, 2014
1 parent 09a3f5b commit ba2f909
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _buildscripts/makerelease
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ba2f909

Please sign in to comment.