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