浏览代码

:construction_worker: add CI

Daniel Le Berre 5 年之前
父节点
当前提交
74b44798b9
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      .gitlab-ci.yml

+ 7 - 0
.gitlab-ci.yml

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