ostree/.redhat-ci.yml
Jonathan Lebon 4b7ab5167c .redhat-ci.yml: no longer install libubsan & clang
Since they're now part of the auto-built image.

Closes: #572
Approved by: cgwalters
2016-11-10 18:10:58 +00:00

42 lines
579 B
YAML

branches:
- master
- auto
- try
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
context: Clang
env:
CC: 'clang'
CFLAGS: '-Werror=unused-variable'
tests:
artifacts: