python-rpm-generators/tests/tests.yml

25 lines
380 B
YAML
Raw Normal View History

2020-04-03 12:00:49 +00:00
---
- hosts: localhost
tags:
- classic
tasks:
- dnf:
name: "*"
state: latest
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- pythonabi:
dir: .
run: ./pythonabi.sh
- pythonname:
dir: .
run: ./pythonname.sh
2020-04-03 12:00:49 +00:00
required_packages:
- rpm-build
- python3-devel