mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
ci: Build tarball for tags
This commit is contained in:
parent
e80abf713a
commit
509456cb50
1 changed files with 13 additions and 0 deletions
|
@ -33,6 +33,19 @@ build:native:
|
|||
- meson ${BUILD_OPTS} . _build
|
||||
- ninja -C _build
|
||||
|
||||
build:tarball:
|
||||
stage: build
|
||||
image: "${DEBIAN_IMAGE}"
|
||||
tags: []
|
||||
artifacts:
|
||||
paths:
|
||||
- _build/meson-dist
|
||||
script:
|
||||
- meson setup . _build
|
||||
- xvfb-run -s -noreset meson dist -C _build
|
||||
only:
|
||||
- tags
|
||||
|
||||
test:native:
|
||||
extends: build:native
|
||||
stage: test
|
||||
|
|
Loading…
Reference in a new issue