Use sudo group in debian ci build
Signed-off-by: Sergey Shatunov <me@prok.pw>
This commit is contained in:
parent
0114e4d965
commit
ffb1279301
|
@ -22,7 +22,7 @@ debian:
|
|||
except:
|
||||
- tags
|
||||
script:
|
||||
- meson --buildtype debug --werror -Db_coverage=true -Ddocumentation=true _build .
|
||||
- meson --buildtype debug --werror -Db_coverage=true -Ddocumentation=true -Dprivileged_group=sudo _build .
|
||||
- meson test -C _build
|
||||
# FIXME: lcov doesn't support gcc9 yet:
|
||||
# https://github.com/linux-test-project/lcov/issues/58
|
||||
|
|
Loading…
Reference in New Issue