1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-21 02:24:34 +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: script:
- "ls target" - "ls target"
- "unzip -d target/release target/kickc-release.zip" - "unzip -d target/release target/kickc-release.zip"
- "mv target/release/kickc ." - "mv target/release/kickc/* ."
artifacts: artifacts:
name: kickc_${CI_BUILD_REF_NAME} name: kickc_${CI_BUILD_REF_NAME}
paths: paths:
- ./kickc - ./lib
- ./stdlib
- ./LICENSE*