Explorar el Código

:construction_worker: add CI

Daniel Le Berre hace 5 años
padre
commit
74b44798b9
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      .gitlab-ci.yml

+ 7 - 0
.gitlab-ci.yml

@@ -0,0 +1,7 @@
+war:
+   script: ant 
+   artifacts:
+      paths:
+        - microfolielens.war 
+   tags: 
+     - ant