Browse Source

:construction_worker: add CI

Daniel Le Berre 5 năm trước cách đây
mục cha
commit
74b44798b9
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      .gitlab-ci.yml

+ 7 - 0
.gitlab-ci.yml

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