mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-01-06 12:50:09 +01:00
ci: Export the tarball in the artifacts
Saves us from generating it locally.
This commit is contained in:
parent
daf15b0f91
commit
0e9c6192ab
1 changed files with 10 additions and 1 deletions
|
|
@ -36,6 +36,15 @@ build_stable:
|
|||
- make install
|
||||
- make check
|
||||
- make distcheck
|
||||
- cd ..
|
||||
artifacts:
|
||||
when: on_success
|
||||
name: "upower-${CI_COMMIT_REF_NAME}"
|
||||
paths:
|
||||
- "${CI_PROJECT_DIR}/_build/upower-*.tar.xz"
|
||||
|
||||
check_abi:
|
||||
before_script:
|
||||
- dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES
|
||||
script:
|
||||
- curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash
|
||||
- check-abi --suppr .ci/upower.suppr ${LAST_ABI_BREAK} $(git rev-parse HEAD)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue