Rewrite CI tests
This commit is contained in:
parent
33b6dea238
commit
25fbb59325
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
6
plans/basic.fmf
Normal file
6
plans/basic.fmf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
summary: Basic smoke test
|
||||||
|
discover:
|
||||||
|
how: fmf
|
||||||
|
dist-git-source: true
|
||||||
|
execute:
|
||||||
|
how: tmt
|
10
tests/main.fmf
Normal file
10
tests/main.fmf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
test: bash ./make_check.sh ../libhangul-*
|
||||||
|
duration: 50m
|
||||||
|
framework: shell
|
||||||
|
require:
|
||||||
|
- make
|
||||||
|
- gcc
|
||||||
|
- autoconf
|
||||||
|
- automake
|
||||||
|
- libtool
|
||||||
|
- gettext-devel
|
@ -1,20 +0,0 @@
|
|||||||
- 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
|
|
Loading…
Reference in New Issue
Block a user