hopefully pipeline works

This commit is contained in:
2019-02-08 10:32:48 +01:00
parent cae1ae1135
commit c9172fd2e3
+13
View File
@@ -0,0 +1,13 @@
image: frekele/ant
stages:
- build
build:
stage: build
script:
- ant jar
artifacts:
paths:
- "build/TotallyNotMalware.jar"