mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
1f8c61cddc
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
26 lines
581 B
YAML
26 lines
581 B
YAML
# See the documentation for more information:
|
|
# https://packit.dev/docs/configuration/
|
|
|
|
upstream_package_name: virt-manager
|
|
downstream_package_name: virt-manager
|
|
|
|
specfile_path: build/virt-manager.spec
|
|
|
|
srpm_build_deps:
|
|
- gettext
|
|
- python3-devel
|
|
- python3-docutils
|
|
- meson
|
|
|
|
actions:
|
|
post-upstream-clone:
|
|
- meson setup build -Dupdate-icon-cache=false -Dcompile-schemas=false -Dtests=disabled
|
|
|
|
jobs:
|
|
- job: copr_build
|
|
# Run on every PR
|
|
trigger: pull_request
|
|
# Defaults to x86_64 unless architecture is explicitly specified
|
|
targets:
|
|
- fedora-all
|