mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2026-05-03 11:30:54 +02:00
Added simple build process in TravisCI
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
---
|
||||
language: ruby
|
||||
env:
|
||||
- JEKYLL_ENV=production
|
||||
before_install:
|
||||
- sudo apt-get install python-pip -y
|
||||
- sudo pip install docutils pygments
|
||||
before_script:
|
||||
- git clone https://github.com/gryf/jekyll-rst _plugins/jekyll-rst
|
||||
install:
|
||||
- bundle install
|
||||
script: bundle exec jekyll build
|
||||
Reference in New Issue
Block a user