mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-24 23:10:49 +02:00
travis: enabling building more optional components during CI with meson
After fixing meson build for these components, enable them for build in travis.
This commit is contained in:
parent
8e776955ee
commit
0dda7586e4
1 changed files with 3 additions and 2 deletions
|
|
@ -104,8 +104,9 @@ script:
|
|||
-D ofono=true \
|
||||
-D teamdctl=false \
|
||||
\
|
||||
-D dhcpcanon=/bin/true \
|
||||
-D dhclient=/bin/true \
|
||||
-D dhclient=/bin/nowhere/dhclient \
|
||||
-D dhcpcanon=/bin/nowhere/dhcpcanon \
|
||||
-D dhcpcd=/bin/nowhere/dhcpd \
|
||||
\
|
||||
-D netconfig=true \
|
||||
-D resolvconf=true \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue