mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
build: Test builds with a single driver with no deps
So that we can be sure that the build doesn't break when those drivers are not built.
This commit is contained in:
@@ -14,7 +14,11 @@ before_script:
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- meson . _build
|
||||
# Build with a driver that doesn't need imaging, or nss
|
||||
- meson -Ddrivers=elan . _build
|
||||
- ninja -C _build
|
||||
# And build with everything
|
||||
- meson -Ddrivers=all . _build
|
||||
- ninja -C _build
|
||||
- ninja -C _build install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user