hopefully pipeline works

main
Codinget 6 years ago
parent cae1ae1135
commit c9172fd2e3
  1. 13
      .gitlab-ci.yml

@ -0,0 +1,13 @@
image: frekele/ant
stages:
- build
build:
stage: build
script:
- ant jar
artifacts:
paths:
- "build/TotallyNotMalware.jar"
Loading…
Cancel
Save