diff options
author | Kenny Levinsen <kl@kl.wtf> | 2021-06-20 19:27:31 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-06-23 09:55:36 +0200 |
commit | 4df9f49dc13d68a7b62539acd3766da34d59e28d (patch) | |
tree | 2c890dfe02e3498fd00d07c953e82a3be27e231b | |
parent | 80315217f76e923cb19cdb76aaf9a5d177f11f61 (diff) |
ci: Test wlroots static linking
-rw-r--r-- | .builds/alpine.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 85538319..59346985 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -38,3 +38,10 @@ tasks: cd sway meson configure build -Dxwayland=disabled ninja -C build + - build-static: | + cd sway + mkdir subprojects + ln -s ../../wlroots subprojects/wlroots + rm -rf build + meson build --default-library=static --force-fallback-for=wlroots + ninja -C build |