flatpak-builder/.papr.yml

82 lines
1.3 KiB
YAML
Raw Normal View History

2016-12-12 15:45:52 +00:00
branches:
- master
- auto
- try
2016-12-13 08:08:59 +00:00
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
2016-12-13 08:08:59 +00:00
- /usr/bin/update-mime-database
- /usr/bin/update-desktop-database
- /usr/bin/gtk-update-icon-cache
2016-12-12 15:45:52 +00:00
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
2016-12-13 15:34:55 +00:00
container:
image: fedora:25
2016-12-12 15:45:52 +00:00
env:
CC: 'clang'
CFLAGS: '-Werror=unused-variable'
tests:
artifacts: