Selaa lähdekoodia

Add .gitlab-ci.yml

黄勇 6 vuotta sitten
vanhempi
commit
55fc104fc4
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 8 0
      .gitlab-ci.yml

+ 8 - 0
.gitlab-ci.yml

@@ -0,0 +1,8 @@
+
+image: maven:3.3.9-jdk-8
+deploy:jdk8:
+  stage: deploy
+  script:
+    - 'mvn test'
+  only:
+    - master