Skip to content

Commit b80c4a2

Browse files
committed
add scripts to rule them all
1 parent 773327a commit b80c4a2

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

script/bootstrap

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
3+
set -e
4+
5+
gem install bundler
6+
bundle install

script/cibuild

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
3+
set -e
4+
5+
bundle exec jekyll build
6+
gem build jekyll-theme-minimal.gemspec

0 commit comments

Comments
 (0)