23 lines
421 B
YAML
23 lines
421 B
YAML
---
|
|
# Copyright (C) 2023 Maxwell G <maxwell@gtmx.me>
|
|
#
|
|
# SPDX-License-Identifier: GPL-1.0-or-later
|
|
|
|
image: fedora/rawhide
|
|
packages:
|
|
- gawk
|
|
- nox
|
|
- pipx
|
|
- python3-pytest
|
|
- python3-pyyaml
|
|
- redhat-rpm-config
|
|
- rpm
|
|
sources:
|
|
- https://forge.fedoraproject.org/packaging/forge-srpm-macros
|
|
tasks:
|
|
- lint: |
|
|
cd forge-srpm-macros
|
|
nox -e lint
|
|
- pytest: |
|
|
cd forge-srpm-macros
|
|
pytest -vv
|