papr: build and test on c7

Start testing on CentOS 7 as well to cover kernel differences (e.g.
O_TMPFILE support).

Closes: #968
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2017-06-27 13:39:27 -07:00 committed by Atomic Bot
parent 7d0e6fb63f
commit 48e49df7f7
1 changed files with 8 additions and 4 deletions

View File

@ -31,18 +31,22 @@ artifacts:
- test-suite.log - test-suite.log
--- ---
context: c7-build context: c7-primary
inherit: true inherit: true
required: true required: true
container: packages:
image: registry.centos.org/centos/centos:7
host:
distro: centos/7/atomic
env: env:
CFLAGS: '' CFLAGS: ''
tests: tests:
- ci/build-check.sh - docker run --privileged -v $PWD:$PWD --workdir $PWD
registry.centos.org/centos/centos:7 sh -c
'yum install -y git && ci/build-check.sh'
--- ---