1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-11 12:23:45 +00:00
kickc/.gitlab-ci.yml

10 lines
174 B
YAML

image: maven:3-jdk-8
maven_build:
script:
- "mvn package"
- "cat target/site/jacoco/index.html"
artifacts:
name: "KickC"
paths:
- ./target/kickc*.zip