Skip to content

Commit b6d556a

Browse files
committed
Add testing tools
1 parent 0f5b20e commit b6d556a

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Gemfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
source 'https://rubygems.org'
22
gem 'github-pages', group: :jekyll_plugins
3-
#gemspec
3+
4+
# Testing utilities
5+
gem "html-proofer"
6+
7+
#gemspec

scripts/cibuild

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
set -e # halt script on error
3+
4+
bundle exec jekyll build
5+
bundle exec htmlproofer ./_site

0 commit comments

Comments
 (0)