29 lines
425 B
YAML
29 lines
425 B
YAML
context: centos7
|
|
required: true
|
|
|
|
branches:
|
|
- master
|
|
- auto
|
|
- try
|
|
|
|
host:
|
|
distro: centos/7/atomic
|
|
|
|
tests:
|
|
- env BWRAP_SUID=true ./ci/papr.sh centos:7
|
|
|
|
timeout: 30m
|
|
|
|
---
|
|
|
|
inherit: true
|
|
|
|
host:
|
|
distro: fedora/27/atomic
|
|
|
|
context: f27-sanitizer
|
|
required: true
|
|
|
|
tests:
|
|
- env CFLAGS='-g -Og -fsanitize=undefined -fsanitize=address -O2 -Wp,-D_FORTIFY_SOURCE=2' ./ci/papr.sh registry.fedoraproject.org/fedora:27
|