add scripts to rule them all
This commit is contained in:
parent
1281237fc4
commit
6b1ef542d7
6
script/bootstrap
Executable file
6
script/bootstrap
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
gem install bundler
|
||||||
|
bundle install
|
6
script/cibuild
Executable file
6
script/cibuild
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
bundle exec jekyll build
|
||||||
|
gem build jekyll-theme-hacker.gemspec
|
Loading…
Reference in New Issue
Block a user