diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2022-08-09 08:58:01 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2022-08-09 09:05:39 +0000 |
commit | 6c46794c21e4bc0d627f6c67eedf48c3266451c5 (patch) | |
tree | e7fcb89a46045c4521cb60f6416e4fde957ff45e /.gitlab-ci.yml | |
parent | bc07143f418766ea7ad46f5f4618dd30afa9a89a (diff) |
ci: remove check for WITH_NEWEST_QMI_COMMANDS
The newest QMI commands are already builtin the default compilation of
ModemManager.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9db1c9d5..c68db4bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -142,29 +142,6 @@ build-no-qmi-no-mbim-no-tests: - make check - make install -build-qmi-newest-commands: - stage: build - extends: - - .fdo.distribution-image@ubuntu - - .common_variables - only: - - main - - merge_requests - - tags - - schedules - script: - - git clone --depth 1 https://gitlab.freedesktop.org/mobile-broadband/libqmi.git - - pushd libqmi - - meson setup build --prefix=/usr -Dgtk_doc=false -Dintrospection=false -Dbash_completion=false -Dmbim_qmux=false -Dqrtr=false -Dcollection=basic - - ninja -C build - - ninja -C build install - - popd - - NOCONFIGURE=1 ./autogen.sh - - ./configure --prefix=/usr --disable-gtk-doc --disable-introspection --without-mbim CFLAGS="-DWITH_NEWEST_QMI_COMMANDS" - - make - - make check - - make install - build-single-plugins: stage: build extends: |