summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-03-13 13:27:30 +0100
committerAleksander Morgado <aleksander@aleksander.es>2019-03-13 13:35:17 +0100
commit0a5d63872685691d43a87a27c0b700a327cf5098 (patch)
tree203ddcac37fc0a31dbd6dd88d6b85d2a7515713c /.gitlab-ci.yml
parent8fba3a23189779f36f5e0fdeff78385ee395a9b3 (diff)
ci: run distcheck on default build
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7b362f1..fe7068b2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ stages:
before_script:
- apt update
- - apt -y install autoconf automake libtool libgudev-1.0-dev libgettextpo-dev autopoint xsltproc dbus
+ - apt -y install autoconf automake libtool libglib2.0-dev libgudev-1.0-dev libgettextpo-dev autopoint xsltproc dbus
build-no-qmi:
stage: build
@@ -51,6 +51,7 @@ build-no-qmi-no-mbim:
build-default:
stage: build
script:
+ - apt -y install autopoint gettext gtk-doc-tools gobject-introspection libgirepository1.0-dev libsystemd-dev libpolkit-gobject-1-dev libglib2.0-doc valac
- git clone --depth 1 https://gitlab.freedesktop.org/mobile-broadband/libmbim.git
- pushd libmbim
- NOCONFIGURE=1 ./autogen.sh
@@ -66,7 +67,8 @@ build-default:
- make install
- popd
- NOCONFIGURE=1 ./autogen.sh
- - ./configure --prefix=/usr --disable-gtk-doc
+ - ./configure --prefix=/usr --enable-gtk-doc --with-polkit=strict --with-suspend-resume=systemd --with-systemdsystemunitdir=/lib/systemd/system
- make
- make check
- make install
+ - make distcheck