1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-07-11 15:29:16 +00:00

Moved to root folder to make better ZIP. Also added LICENSES.

This commit is contained in:
Jesper Gravgaard 2018-09-30 12:31:24 +02:00
parent 14670a6276
commit aee3c197da

View File

@ -14,8 +14,11 @@ release:
script:
- "ls target"
- "unzip -d target/release target/kickc-release.zip"
- "mv target/release/kickc ."
- "mv target/release/kickc/* ."
artifacts:
name: kickc_${CI_BUILD_REF_NAME}
paths:
- ./kickc
- ./lib
- ./stdlib
- ./LICENSE*