aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-01-29 12:00:14 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-01-29 12:27:08 +0100
commit12f4e485351d018c980003cb166479d9f8061ccf (patch)
tree684bb39524804120117fc686e6a86c302c44ef76 /.gitlab-ci.yml
parenteb4d5366ed6289d75b6bb22ea03a5ecf6bd2e32f (diff)
libqrtr-glib: remove from the libqmi repository
It's been moved to its own project repository: https://gitlab.freedesktop.org/mobile-broadband/libqrtr
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index affe29c..8f577de 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,13 @@ test-no-mbim-no-qrtr:
test-no-mbim:
stage: test
script:
+ - git clone --depth 1 https://gitlab.freedesktop.org/mobile-broadband/libqrtr.git
+ - pushd libqrtr
+ - NOCONFIGURE=1 ./autogen.sh
+ - ./configure --prefix=/usr
+ - make
+ - make install
+ - popd
- NOCONFIGURE=1 ./autogen.sh
- ./configure --prefix=/usr --disable-mbim-qmux --enable-qrtr
- make
@@ -99,6 +106,13 @@ test-default:
- make
- make install
- popd
+ - git clone --depth 1 https://gitlab.freedesktop.org/mobile-broadband/libqrtr.git
+ - pushd libqrtr
+ - NOCONFIGURE=1 ./autogen.sh
+ - ./configure --prefix=/usr
+ - make
+ - make install
+ - popd
- NOCONFIGURE=1 ./autogen.sh
- ./configure --prefix=/usr --enable-gtk-doc --enable-mbim-qmux --enable-qrtr --enable-introspection
- make