5a01545f08
because really, I'm just blindly stabbing into the dark here
50 lines
912 B
YAML
50 lines
912 B
YAML
---
|
|
#- hosts: localhost
|
|
# roles:
|
|
# - role: standard-test-beakerlib
|
|
# tags:
|
|
# - classic
|
|
# tests:
|
|
# - libinput-tool-beakerlib
|
|
#
|
|
#- hosts: localhost
|
|
# roles:
|
|
# - role: standard-test-basic
|
|
# tags:
|
|
# - classic
|
|
# tests:
|
|
# - libinput-tool
|
|
#
|
|
#- hosts: localhost
|
|
# roles:
|
|
# - role: standard-test-scripts
|
|
# tags:
|
|
# - classic
|
|
# tests:
|
|
# - libinput-tool-scripttest/libinput-tool-test.sh
|
|
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-rpm
|
|
subjects: python3-devel # for pathfix during srpm prep
|
|
tags:
|
|
- always
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- meson
|
|
- gcc
|
|
- gcc-c++
|
|
- mtdev-devel
|
|
- libevdev-devel
|
|
- libwacom-devel
|
|
- check-devel
|
|
- systemd-devel
|
|
- valgrind
|
|
tests:
|
|
- libinput-test-suite
|