Files
flatpak/ci/build.sh
Alexander Larsson 313707d9be CI: Don't build ostree
ostree 2018.6 is in updates-testing now, use that.

Closes: #1840
Approved by: alexlarsson
2018-06-29 10:29:16 +00:00

17 lines
495 B
Bash
Executable File

#!/usr/bin/bash
# Install build dependencies, run unit tests and installed tests.
set -xeuo pipefail
dn=$(dirname $0)
. ${dn}/libbuild.sh
pkg_install sudo which attr fuse bison \
libubsan libasan libtsan clang python2 \
elfutils git gettext-devel libappstream-glib-devel hicolor-icon-theme \
/usr/bin/{update-mime-database,update-desktop-database,gtk-update-icon-cache}
pkg_install_testing ostree-devel ostree
pkg_install_builddeps flatpak
build --enable-gtk-doc ${CONFIGOPTS:-}