Parcourir la source

:construction_worker: add CI

Daniel Le Berre il y a 5 ans
Parent
commit
74b44798b9
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      .gitlab-ci.yml

+ 7 - 0
.gitlab-ci.yml

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