.redhat-ci.yml: New file

See https://github.com/jlebon/redhat-ci

Closes: #111
Approved by: cgwalters
This commit is contained in:
Colin Walters
2016-10-25 14:12:33 -04:00
committed by Atomic Bot
parent 0bf9fb66c7
commit c8a8a7cd25

26
.redhat-ci.yml Normal file
View File

@@ -0,0 +1,26 @@
branches:
- master
- auto
- try
container:
image: centos:7
tests:
- yum -y install yum-utils gcc make redhat-rpm-config
# Keep this in sync with the spec file
- yum -y install autoconf automake libtool libcap-devel 'pkgconfig(libselinux)' libxslt docbook-style-xsl
- ./autogen.sh
--prefix=/usr
--libdir=/usr/lib64
--enable-installed-tests
--enable-gtk-doc
- make -j2
- make check
- make install
timeout: 30m
artifacts:
- test-suite.log