summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@collabora.co.uk>2018-07-09 17:25:51 +0200
committerZeeshan Ali <zeenix@collabora.co.uk>2018-07-09 17:25:51 +0200
commitaa6b495b014ecc795522f6e357fa2ecf08987074 (patch)
treee0b8b520ab63d66a3778da99540fede51c5294b2
parent73947aa01de3bac7eb8f64c5fc16d66dc7731881 (diff)
downloadgeoclue-aa6b495b014ecc795522f6e357fa2ecf08987074.tar.gz
ci: Install meson on system
Cause it seems otherwise it's not available
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f479004..d1f8165 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ before_script:
- wget https://ftp.gnu.org/gnu/gettext/gettext-0.19.8.1.tar.xz && tar xf gettext-0.19.8.1.tar.xz && cd gettext-0.19.8.1 && ./configure && make -j && make install && ldconfig && cd ..
# older Ubuntu systems require explicit `ldconfig` in order to avoid errors like `error while loading shared libraries: libgettextsrc-0.19.8.1.so: cannot open shared object file: No such file or directory`
- git clone --depth 50 --recurse-submodules https://github.com/freedesktop/ModemManager.git && cd ModemManager && ./autogen.sh --without-udev --without-mbim --without-qmi && make -j && make install && cd ..
- - pip3 install --user meson
+ - pip3 install meson
# Ubuntu 14.04 is not supported, see README for details