Add a test job

This commit is contained in:
Achilleas Pipinellis
2016-04-05 21:19:30 +03:00
parent cc910e0130
commit 6f3ebcb689

View File

@ -1,6 +1,18 @@
image: ruby:2.3 image: ruby:2.3
test:
stage: test
script:
- gem install jekyll
- jekyll build -d test
artifacts:
paths:
- test
except:
- master
pages: pages:
stage: deploy
script: script:
- gem install jekyll - gem install jekyll
- jekyll build -d public - jekyll build -d public