Sfoglia il codice sorgente

:construction_worker: add CI

Daniel Le Berre 5 anni fa
parent
commit
74b44798b9
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      .gitlab-ci.yml

+ 7 - 0
.gitlab-ci.yml

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