libhangul/tests/tests.yml
2023-07-18 12:31:27 +02:00

21 lines
470 B
YAML

- hosts: localhost
vars:
- artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}"
tags:
- classic
remote_user: root
roles:
- role: standard-test-source # to get the source tar ball to do “make check”
- role: standard-test-basic
required_packages:
- make
- gcc
- autoconf
- automake
- libtool
- gettext-devel
tests:
- make-check:
dir: ./
run: bash ./make_check.sh ./source