25 lines
359 B
YAML
25 lines
359 B
YAML
|
---
|
||
|
- hosts: localhost
|
||
|
tags:
|
||
|
- classic
|
||
|
roles:
|
||
|
- role: standard-test-source
|
||
|
|
||
|
- hosts: localhost
|
||
|
tags:
|
||
|
- classic
|
||
|
roles:
|
||
|
- role: standard-test-basic
|
||
|
tests:
|
||
|
- make-check:
|
||
|
dir: scripts
|
||
|
run: bash ./make_check.sh
|
||
|
required_packages:
|
||
|
- autoconf
|
||
|
- automake
|
||
|
- libtool
|
||
|
- m4
|
||
|
- gcc
|
||
|
- sed
|
||
|
- make
|