summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)AuthorFilesLines
6 dayswncklet: Remove window preview conditionalsVictor Kareh1-1/+0
There are no distros (that I could find) that ship both an old libwnck<3.32.0 with a new MATE>=1.28. Dropping this should be safe and removes complexity. Since all of these were already wrapped inside HAVE_X11, it should not affect Wayland at all.
2025-03-12github-actions: Add missing dependency on ArchColomban Wendling1-0/+1
2025-03-12github-actions: Update mate-desktop dependencyColomban Wendling1-1/+1
2025-03-12github-actions: Cache ccache per-jobColomban Wendling1-0/+2
Otherwise different jobs seem to overwrite each other, loosing part of their cache.
2025-03-12github-actions: Use better groupingColomban Wendling1-1/+1
2025-03-12github-actions: Further improve cppcheck accuracyColomban Wendling1-0/+11
Teach cppcheck the C11 _Noreturn attribute.
2025-03-12github-actions: Improve cppcheck accuracyColomban Wendling1-1/+33
Give it relevant -D/-I flags so it can perform more useful checks. This makes if slower, but hopefully more accurate and useful.
2025-03-12github-actions: Add clang buildColomban Wendling1-3/+15
2025-03-12github-actions: Tentatively re-enable ArchLinux upgradeColomban Wendling1-1/+1
2025-03-12github-actions: Split mate-desktop deps for clarityColomban Wendling1-4/+10
2025-03-12github-actions: Add some commentsColomban Wendling1-1/+18
2025-03-12github actions: Cache mate-desktop buildColomban Wendling1-17/+22
2025-03-12github actions: Add an ArchLinux container buildColomban Wendling1-8/+45
2025-03-12github actions: Only run distcheck on DebianColomban Wendling1-0/+1
It's not really something that usually needs be run everywhere, it should be pretty stable as long as the build system is properly set up. This can still be enabled back for all targets if needed.
2025-03-12github actions: Build on ubuntu:rollingColomban Wendling1-83/+17
2025-03-12github actions: Enable --enable-compile-warnings=maximumColomban Wendling1-2/+3
2025-03-12github actions: Build in process and out of process on Debian TestingColomban Wendling1-1/+8
2025-03-12github actions: Add Debian Testing buildColomban Wendling1-0/+68
2025-03-12Enable a github actions buildColomban Wendling1-0/+147