ci: remove check for WITH_NEWEST_QMI_COMMANDS
The newest QMI commands are already builtin the default compilation of ModemManager.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user