Commit 1fce913e authored by Adam Wujek's avatar Adam Wujek

squash .gitlab-ci.yml: add build, deploy and release jobs

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent 0c3c7eb3
......@@ -53,7 +53,7 @@ build-wr2rf-tools:
after_script:
- ssh wrci@cs-ccr-dev4 "rm -rf /user/wrci/ci-wr2rf/\"$CI_JOB_ID\""
artifacts:
name: "$SYN_NAME-software-$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_ID"
when: always
paths:
- $_TOOLS_DEST/
......@@ -82,7 +82,7 @@ build-wrpc:
- cp wrc.elf $_FIRMWARE_DEST
- cp wrpc-sw_repo_ver.txt $_FIRMWARE_DEST
artifacts:
name: "$SYN_NAME-software-$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_ID"
when: always
paths:
- $_FIRMWARE_DEST/
......@@ -118,7 +118,7 @@ build-wr2rf:
- cp wr2rf.tar.xz $_BITSTREAM_DEST/
artifacts:
name: "$SYN_NAME-synthesis-$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_ID"
when: always
paths:
- $_BITSTREAM_DEST/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment