소스 검색

: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