mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 04:02:46 +00:00
29 lines
556 B
YAML
29 lines
556 B
YAML
---
|
|
srpm_build_deps:
|
|
- tito
|
|
- git
|
|
|
|
actions:
|
|
create-archive:
|
|
- bash -c "tito build --tgz --test -o ."
|
|
- bash -c "ls -1t ./*.tar.gz | head -n 1"
|
|
get-current-version:
|
|
- bash -c "grep ^Version tito.spec | awk '{ print $2 }'"
|
|
|
|
jobs:
|
|
- &copr
|
|
job: copr_build
|
|
trigger: pull_request
|
|
metadata:
|
|
targets:
|
|
- fedora-all
|
|
- epel-7-x86_64
|
|
- epel-8-x86_64
|
|
- epel-9-x86_64
|
|
|
|
- <<: *copr
|
|
trigger: commit
|
|
metadata:
|
|
owner: "@rpm-software-management"
|
|
project: "tito"
|
|
branch: main
|