Intial Commit
This commit is contained in:
23
appveyor.yml
Normal file
23
appveyor.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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
|
||||
- rake --version
|
||||
- bundle -v
|
||||
- bundle exec jekyll -v
|
||||
|
||||
build_script:
|
||||
- bundle exec jekyll build
|
||||
- rake 'draft[Hello\, world]'
|
||||
- rake undraft[hello-world.md]
|
||||
Reference in New Issue
Block a user