19 lines
331 B
Text
19 lines
331 B
Text
execute:
|
|
how: tmt
|
|
|
|
discover:
|
|
- name: same_repo
|
|
how: shell
|
|
tests:
|
|
- name: pythran-compat
|
|
path: /tests/pythran-compat
|
|
test: ./runtest.sh
|
|
prepare:
|
|
- name: Install dependencies
|
|
how: install
|
|
package:
|
|
- dnf
|
|
- pythran
|
|
- name: Update packages
|
|
how: shell
|
|
script: dnf upgrade -y
|