03e75c267a
Fix Covscan compiler warning for inclusion of parenthesis Update tests.yaml
32 lines
548 B
YAML
32 lines
548 B
YAML
---
|
|
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
roles:
|
|
- role: standard-test-source
|
|
tasks:
|
|
- name: Enable EPEL repository
|
|
shell: dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
|
|
args:
|
|
warn: false
|
|
|
|
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
roles:
|
|
- role: standard-test-basic
|
|
tests:
|
|
- smoke
|
|
required_packages:
|
|
- autoconf
|
|
- automake
|
|
- m4
|
|
- gcc-c++
|
|
- make
|
|
- python3-devel
|
|
- ragel
|
|
- libtool
|
|
- gtk-doc
|
|
- cairo-devel
|
|
- fontconfig-devel
|