ci: enable all features

If unspecified, feature options are set to "auto", which means enabled only if
the required dependencies are found. In CI we don't want to miss compilation
errors because a dependency hasn't been found and code isn't built.

Leave FreeBSD out for now because it uses a subproject (haven't found a way to
make auto_features=enabled only apply to the toplevel project).
This commit is contained in:
Simon Ser 2019-04-25 18:20:14 +03:00 committed by Drew DeVault
parent 236ca63419
commit bd32b300fb
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ tasks:
sudo ninja -C build install
- setup: |
cd sway
meson build
meson build -Dauto_features=enabled -Dtray=disabled
- build: |
cd sway
ninja -C build

View File

@ -28,7 +28,7 @@ tasks:
sudo ninja -C build install
- setup: |
cd sway
meson build
meson build -Dauto_features=enabled
- build: |
cd sway
ninja -C build