29 lines
637 B
YAML
29 lines
637 B
YAML
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-basic
|
||
|
tags:
|
||
|
- classic
|
||
|
tests:
|
||
|
- sanity:
|
||
|
dir: sanity
|
||
|
run: ./ding-libs-tests.sh
|
||
|
required_packages:
|
||
|
- check
|
||
|
- check-devel
|
||
|
- libbasicobjects
|
||
|
- libbasicobjects-devel
|
||
|
- libref_array
|
||
|
- libref_array-devel
|
||
|
- libcollection
|
||
|
- libcollection-devel
|
||
|
- libdhash
|
||
|
- libdhash-devel
|
||
|
- libconfig
|
||
|
- libconfig-devel
|
||
|
- libini_config
|
||
|
- libini_config-devel
|
||
|
- libpath_utils
|
||
|
- libpath_utils-devel
|
||
|
- make
|
||
|
- gcc
|