ostree/.redhat-ci.yml
Colin Walters daf01b27d4 ci: Make all ci tests gating for Homu
See the rhci docs.

Closes: #617
Approved by: jlebon
2016-12-07 15:42:14 +00:00

45 lines
610 B
YAML

branches:
- master
- auto
- try
required: true
container:
image: projectatomic/ostree-tester
env:
CFLAGS: '-fsanitize=undefined'
build:
config-opts: >
--prefix=/usr
--libdir=/usr/lib64
--enable-installed-tests
--enable-gtk-doc
tests:
- make syntax-check
- make check
- gnome-desktop-testing-runner ostree
- sudo --user=testuser gnome-desktop-testing-runner ostree
timeout: 30m
artifacts:
- test-suite.log
---
inherit: true
required: true
context: Clang
env:
CC: 'clang'
CFLAGS: '-Werror=unused-variable'
tests:
artifacts: