add scripts to rule them all

This commit is contained in:
Ben Balter 2016-12-13 10:27:25 -05:00
parent 1281237fc4
commit 6b1ef542d7
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-hacker.gemspec