CI: Build ostree master (for p2p stuff)

Closes: #1800
Approved by: alexlarsson
This commit is contained in:
Alexander Larsson
2018-06-19 18:42:22 +02:00
committed by Atomic Bot
parent 491d174879
commit ac2d51b1c7

View File

@@ -14,4 +14,12 @@ pkg_install_testing ostree-devel ostree
pkg_install_if_os fedora gjs parallel clang python2
pkg_install_builddeps flatpak
pkg_install_builddeps ostree
(git clone --depth=1 https://github.com/ostreedev/ostree.git
cd ostree
unset CFLAGS # the sanitizers require calling apps be linked too
build --disable-introspection
make install
)
build --enable-gtk-doc ${CONFIGOPTS:-}