forked from flatpak/flatpak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.redhat-ci.yml
81 lines (68 loc) · 1.35 KB
/
.redhat-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
branches:
- master
- auto
- try
host:
distro: fedora/25/cloud
packages:
- gcc
- sudo
- which
- attr
- fuse
- gjs
- parallel
- clang
- libubsan
- gnome-desktop-testing
- pkgconfig(fuse)
- pkgconfig(gio-unix-2.0)
- pkgconfig(gobject-introspection-1.0) >= 1.40.0
- pkgconfig(json-glib-1.0)
- pkgconfig(libarchive) >= 2.8.0
- pkgconfig(libelf) >= 0.8.12
- pkgconfig(libsoup-2.4)
- pkgconfig(ostree-1) >= %{ostree_version}
- pkgconfig(polkit-gobject-1)
- pkgconfig(libseccomp)
- pkgconfig(xau)
- bubblewrap >= %{bubblewrap_version}
- docbook-dtds
- docbook-style-xsl
- intltool
- libattr-devel
- libcap-devel
- libdwarf-devel
- elfutils
- systemd
- ostree
- gpgme-devel
- /usr/bin/xmlto
- /usr/bin/xsltproc
- redhat-rpm-config
- /usr/bin/update-mime-database
- /usr/bin/update-desktop-database
- /usr/bin/gtk-update-icon-cache
env:
CFLAGS: '-fsanitize=undefined'
build:
config-opts: >
--prefix=/usr
--libdir=/usr/lib64
--enable-installed-tests
--enable-gtk-doc
tests:
- make check
timeout: 30m
artifacts:
- test-suite.log
---
inherit: true
context: Clang
container:
image: fedora:25
env:
CC: 'clang'
CFLAGS: '-Werror=unused-variable'
tests:
artifacts: