From ac2d51b1c752ff9ee6eacc5174effa00a19234ab Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 19 Jun 2018 18:42:22 +0200 Subject: [PATCH] CI: Build ostree master (for p2p stuff) Closes: #1800 Approved by: alexlarsson --- ci/build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ci/build.sh b/ci/build.sh index dbcac9d2..abaec7bf 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -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:-}