Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-19 | cleanup: removed sway sourcehut build files | Will McKinnon | |
2022-08-15 | Revert "merge sway master" | Will McKinnon | |
This reverts commit 7460d9f565092836f81b917a040caff57142d91a. | |||
2022-04-27 | merge sway master | William McKinnon | |
2022-01-16 | ci: checkout wlroots 0.15.0 | Simon Ser | |
2021-11-02 | Update URL to wlroots project (GitHub->GitLab) | Manuel Stoeckl | |
2021-06-30 | ci: make Meson warnings fatal | Simon Ser | |
New warnings can be hard to notice in CI, since CI will just pass in that case. Meson sometimes uses warnings for important mistakes, e.g. invalid option. Let's turn warnings into errors so that we can spot these more easily. | |||
2021-06-23 | ci: Test wlroots static linking | Kenny Levinsen | |
2021-04-14 | ci: Install libseat | Kenny Levinsen | |
2021-03-30 | ci: add xcb-util-wm dependency for wlroots | Simon Ser | |
This is now a mandatory dependency for wlroots. | |||
2021-03-20 | ci: Update alpine xwayland package name | Kenny Levinsen | |
2020-04-08 | ci: don't build scdoc | Simon Ser | |
scodc is now available in all distributions we have CI for. | |||
2019-08-09 | Remove rootston from build manifests | Drew DeVault | |
2019-04-25 | ci: enable all features | Simon Ser | |
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). | |||
2019-03-01 | ci: use scdoc-git because 1.9.1 is broken | emersion | |
2019-02-19 | ci: add Alpine CI | emersion | |