CI: Build this package with tests
Related: RHEL-12338
This commit is contained in:
parent
6273ffae6f
commit
44f04e8ab1
@ -1,5 +1,13 @@
|
|||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
pre_tasks:
|
||||||
|
- import_role:
|
||||||
|
name: standard-test-source
|
||||||
|
vars:
|
||||||
|
fetch_only: True
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: standard-test-basic
|
- role: standard-test-basic
|
||||||
tags:
|
tags:
|
||||||
@ -9,6 +17,9 @@
|
|||||||
dest: "pyproject-rpm-macros"
|
dest: "pyproject-rpm-macros"
|
||||||
version: "c9s"
|
version: "c9s"
|
||||||
tests:
|
tests:
|
||||||
|
- mock_with_tests:
|
||||||
|
dir: .
|
||||||
|
run: pyproject-rpm-macros/tests/mocktest.sh python-flit-core --with tests
|
||||||
- pyproject_entrypoints:
|
- pyproject_entrypoints:
|
||||||
dir: pyproject-rpm-macros/tests
|
dir: pyproject-rpm-macros/tests
|
||||||
run: ./mocktest.sh python-entrypoints
|
run: ./mocktest.sh python-entrypoints
|
||||||
|
Loading…
Reference in New Issue
Block a user