mirror of
https://github.com/yangbvv/yangbvv.github.io.git
synced 2025-12-17 15:25:21 +08:00
Add files via upload
This commit is contained in:
15
script/cibuild
Normal file
15
script/cibuild
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
script/build
|
||||
|
||||
if test -e "./_site/index.html";then
|
||||
echo "It builds!"
|
||||
rm -Rf _site
|
||||
else
|
||||
echo "Huh. That's odd. The example site doesn't seem to build."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
gem build minima.gemspec
|
||||
Reference in New Issue
Block a user