Use sudo group in debian ci build

Signed-off-by: Sergey Shatunov <me@prok.pw>
This commit is contained in:
Sergey Shatunov 2020-06-18 03:39:01 +07:00
parent 0114e4d965
commit ffb1279301
No known key found for this signature in database
GPG Key ID: C9228B4C880E14B6
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ debian:
except: except:
- tags - tags
script: 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 - meson test -C _build
# FIXME: lcov doesn't support gcc9 yet: # FIXME: lcov doesn't support gcc9 yet:
# https://github.com/linux-test-project/lcov/issues/58 # https://github.com/linux-test-project/lcov/issues/58