Skip to content

Commit ba2f909

Browse files
author
Matthew McCullough
committed
Release script tests for build success
1 parent 09a3f5b commit ba2f909

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_buildscripts/makerelease

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/sh
22

3-
_buildscripts/vibuild
3+
if ! _buildscripts/cibuild; then
4+
printf '%s\n' 'Build failed' >&2
5+
exit 1
6+
fi
47

58
# Clean out the articles directory
69
rm -rf _site/articles

0 commit comments

Comments
 (0)