aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/alpine.yml
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2019-04-25 18:20:14 +0300
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-04-25 10:00:55 -0600
commitbd32b300fb61e31bcac76be470ff0faa65cf9a88 (patch)
treecf1e3ee9ddd37ea4c1b92046859dd80020ba9972 /.builds/alpine.yml
parentswaybg: split into standalone project (diff)
downloadsway-bd32b300fb61e31bcac76be470ff0faa65cf9a88.tar.gz
sway-bd32b300fb61e31bcac76be470ff0faa65cf9a88.tar.zst
sway-bd32b300fb61e31bcac76be470ff0faa65cf9a88.zip
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).
Diffstat (limited to '.builds/alpine.yml')
-rw-r--r--.builds/alpine.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index 07a10db0..ddad4b1c 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -32,7 +32,7 @@ tasks:
32 sudo ninja -C build install 32 sudo ninja -C build install
33 - setup: | 33 - setup: |
34 cd sway 34 cd sway
35 meson build 35 meson build -Dauto_features=enabled -Dtray=disabled
36 - build: | 36 - build: |
37 cd sway 37 cd sway
38 ninja -C build 38 ninja -C build