From 6b1ef542d77742454d5ac0d2478942d5dc40f30b Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Tue, 13 Dec 2016 10:27:25 -0500 Subject: [PATCH] add scripts to rule them all --- script/bootstrap | 6 ++++++ script/cibuild | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100755 script/bootstrap create mode 100755 script/cibuild diff --git a/script/bootstrap b/script/bootstrap new file mode 100755 index 0000000..492e553 --- /dev/null +++ b/script/bootstrap @@ -0,0 +1,6 @@ +#!/bin/sh + +set -e + +gem install bundler +bundle install diff --git a/script/cibuild b/script/cibuild new file mode 100755 index 0000000..5a4da9a --- /dev/null +++ b/script/cibuild @@ -0,0 +1,6 @@ +#!/bin/sh + +set -e + +bundle exec jekyll build +gem build jekyll-theme-hacker.gemspec