diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2021-06-20 19:27:31 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2021-06-20 19:27:31 +0200 |
| commit | bb12874178c055f1e92388738b50e5982bbc5355 (patch) | |
| tree | 2c890dfe02e3498fd00d07c953e82a3be27e231b | |
| parent | 3f7fee92b139d91b067184203b14e99f33a564c3 (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 |
