mirror of
http://gitlab.bashclub.org/bashclub/zsync.git
synced 2024-11-24 04:03:18 +01:00
17 lines
326 B
YAML
17 lines
326 B
YAML
stages:
|
|
- build
|
|
|
|
build_linux:
|
|
stage: build
|
|
tags:
|
|
- linux-all
|
|
only:
|
|
- tags
|
|
script:
|
|
- chmod +x ./build-package
|
|
- ./build-package ${CI_COMMIT_TAG}
|
|
artifacts:
|
|
name: "bashclub-zsync_${CI_COMMIT_TAG}_all.deb"
|
|
paths:
|
|
- "bashclub-zsync_${CI_COMMIT_TAG}_all.deb"
|