Skip to content

Commit

Permalink
Merge pull request #375 from ashawley/appveyor
Browse files Browse the repository at this point in the history
Build in Appveyor
  • Loading branch information
johno authored Jan 28, 2019
2 parents d031a73 + 91bf9f1 commit 64c1843
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# appveyor.yml

environment:
RUBY_VERSION: 25

platform:
- x64

install:
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
- bundle install

before_build:
- ruby -v
- gem -v
- bundle -v
- bundle exec jekyll -v

build_script:
- bundle exec jekyll build

0 comments on commit 64c1843

Please sign in to comment.