forge-srpm-macros/ci.yml.in

26 lines
638 B
YAML
Raw Permalink Normal View History

2023-08-13 07:10:34 +00:00
---
# 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: @@IMAGE@@
packages:
2025-05-31 16:48:55 -05:00
- gawk
2023-08-13 07:10:34 +00:00
- python3-pytest
- python3-pyyaml
- redhat-rpm-config
- rpm
sources:
2026-04-21 22:46:37 -05:00
- https://forge.fedoraproject.org/packaging/forge-srpm-macros
2023-08-13 07:10:34 +00:00
tasks:
- pytest: |
cd forge-srpm-macros
if [ "$(rpm -E %{?rhel})" = "9" ]; then
sudo dnf install -y epel-rpm-macros
2026-04-24 08:16:46 -05:00
make epel-build
export \
2026-04-24 08:43:02 -05:00
MACRO_DIR="$(pwd)/epel/rpm/macros.d" \
MACRO_LUA_DIR="$(pwd)/epel/rpm/lua"
fi
2023-08-13 07:10:34 +00:00
pytest -vv