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