add scripts to rule them all

This commit is contained in:
Ben Balter
2016-12-13 10:27:31 -05:00
parent 239975a7fb
commit 5952ff4b4f
2 changed files with 12 additions and 0 deletions

6
script/bootstrap Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
set -e
gem install bundler
bundle install

6
script/cibuild Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
set -e
bundle exec jekyll build
gem build jekyll-theme-midnight.gemspec