Update .gitlab-ci.yml file

This commit is contained in:
Stardust3D 2022-01-29 15:37:05 +00:00
parent f4a6d58a5c
commit 9fc6bbc0c5
1 changed files with 14 additions and 0 deletions

14
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,14 @@
image: "ubuntu"
variables:
EXPORT_NAME: ProjectName
build:
script:
- apt update; apt install -y zip
- ls
- zip -r ../dist.zip *
artifacts:
name: $EXPORT_NAME-$CI_COMMIT_TAG
paths:
- dist.zip