Added CI tests script
Signed-off-by: Parag Nemade <pnemade@fedoraproject.org>
This commit is contained in:
parent
fae75ce848
commit
473297022c
10
tests/smoke/runtest.sh
Normal file
10
tests/smoke/runtest.sh
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
cd ../source
|
||||||
|
|
||||||
|
echo "---Start autogen.sh---"
|
||||||
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
echo "---End autogen.sh---"
|
||||||
|
echo "--------------------"
|
||||||
|
|
||||||
|
./configure --disable-static --with-gtk=3.0
|
||||||
|
make check
|
26
tests/tests.yml
Normal file
26
tests/tests.yml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
roles:
|
||||||
|
- role: standard-test-source
|
||||||
|
|
||||||
|
- hosts: localhost
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tests:
|
||||||
|
- smoke
|
||||||
|
required_packages:
|
||||||
|
- gcc
|
||||||
|
- make
|
||||||
|
- gnome-common
|
||||||
|
- autoconf
|
||||||
|
- automake
|
||||||
|
- gettext-devel
|
||||||
|
- ibus-devel
|
||||||
|
- gtk3-devel
|
||||||
|
- pkgconfig
|
||||||
|
- libtool
|
||||||
|
- m17n-lib-devel
|
Loading…
Reference in New Issue
Block a user