libdatrie/tests/tests.yml
Peng Wu bf8a483ee3 Add CI tests
Resolves: #1973518
2021-06-18 13:52:39 +08:00

21 lines
464 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
- doxygen
tests:
- make-check:
dir: ./
run: bash ./make_check.sh ./source