1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-03 07:29:37 +00:00
kickc/.gitlab-ci.yml

21 lines
383 B
YAML
Raw Normal View History

2017-12-28 15:34:21 +00:00
image: maven:3-jdk-8
release:
2018-09-26 21:39:11 +00:00
stage: build
2018-02-12 21:42:16 +00:00
script:
2018-09-26 21:39:11 +00:00
- "mvn package"
- "ls target"
2018-09-29 10:24:57 +00:00
- "unzip -d target/release target/kickc-release.zip"
- "mv target/release/kickc/* ."
- "cat target/site/jacoco/index.html"
artifacts:
2018-09-29 10:24:57 +00:00
name: kickc_${CI_BUILD_REF_NAME}
paths:
- ./bin
- ./lib
- ./stdlib
- ./examples
- ./LICENSE*
2018-09-30 18:32:50 +00:00
- ./NOTICE*
- ./*.pdf