Explorar o código

Merge branch 'ruby23' into 'master'

Ruby 2.3



See merge request !2

Achilleas Pipinellis %!s(int64=8) %!d(string=hai) anos
pai
achega
e120b00841
Modificáronse 1 ficheiros con 14 adicións e 2 borrados
  1. 14 2
      .gitlab-ci.yml

+ 14 - 2
.gitlab-ci.yml

@@ -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
-  image: ruby:2.1
   script:
   - gem install jekyll
   - jekyll build -d public
@@ -8,4 +20,4 @@ pages:
     paths:
     - public
   only:
-  - master
+  - master