Merge branch 'orphans' into 'master'

tests: Check for orphaned layout files

See merge request World/Phosh/squeekboard!574
This commit is contained in:
dcz
2022-09-29 16:25:47 +00:00
6 changed files with 74 additions and 2 deletions

View File

@ -32,7 +32,7 @@ build_meson:
script:
- mv debian/control-newer debian/control
- apt-get -y build-dep .
- meson . _build/ -Ddepdatadir=/usr/share --werror
- meson . _build/ -Ddepdatadir=/usr/share -Dfind_orphans=true --werror
- ninja -C _build install
except:
variables: