Skip to content

Commit f3b7332

Browse files
authored
Merge pull request #26 from evgenyz/main
Add .packit.yaml configuration
2 parents db1ca62 + 288fedb commit f3b7332

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.packit.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
upstream_package_name: cvetool
2+
downstream_package_name: cvetool
3+
specfile_path: cvetool.spec
4+
5+
jobs:
6+
- job: copr_build
7+
trigger: pull_request
8+
enable_net: True
9+
targets:
10+
- rhel-10-x86_64
11+
- rhel-9-x86_64
12+
- fedora-latest-x86_64
13+
14+
- job: copr_build
15+
trigger: commit
16+
branch: main
17+
preserve_project: True
18+
enable_net: True
19+
targets:
20+
- rhel-10-x86_64
21+
- rhel-9-x86_64
22+
- fedora-latest-x86_64

0 commit comments

Comments
 (0)