mirror of
https://github.com/swaywm/sway.git
synced 2026-04-27 06:46:25 -04:00
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:
parent
8adb70f9c5
commit
58c230dfc6
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue