.builds: add f39 test
This commit is contained in:
parent
bac2df0ae2
commit
da3f35f848
2 changed files with 19 additions and 1 deletions
18
.builds/39.yml
Normal file
18
.builds/39.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
# Copyright (C) 2023 Maxwell G <maxwell@gtmx.me>
|
||||
# SPDX-License-Identifier: GPL-1.0-or-later
|
||||
|
||||
# NOTICE: This file is generated from ci.yml.in. Do not edit!
|
||||
|
||||
image: fedora/39
|
||||
packages:
|
||||
- python3-pytest
|
||||
- python3-pyyaml
|
||||
- redhat-rpm-config
|
||||
- rpm
|
||||
sources:
|
||||
- https://git.sr.ht/~gotmax23/forge-srpm-macros
|
||||
tasks:
|
||||
- pytest: |
|
||||
cd forge-srpm-macros
|
||||
pytest -vv
|
||||
2
cigen.sh
2
cigen.sh
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
for i in fedora/37 fedora/38; do
|
||||
for i in fedora/37 fedora/38 fedora/39; do
|
||||
file=".builds/$(echo $i | cut -d/ -f2).yml"
|
||||
sed "s|@@IMAGE@@|$i|" ci.yml.in >$file
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue