summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)AuthorFilesLines
8 daysgithub-actions: Cache ccache per-jobColomban Wendling1-0/+2
Otherwise different jobs seem to overwrite each other, loosing part of their cache.
8 daysgithub-actions: Use better groupingColomban Wendling1-1/+1
8 daysgithub-actions: Further improve cppcheck accuracyColomban Wendling1-0/+11
Teach cppcheck the C11 _Noreturn attribute.
8 daysgithub-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.
8 daysgithub-actions: Add clang buildColomban Wendling1-3/+15
8 daysgithub-actions: Tentatively re-enable ArchLinux upgradeColomban Wendling1-1/+1
8 daysgithub-actions: Split mate-desktop deps for clarityColomban Wendling1-4/+10
8 daysgithub-actions: Add some commentsColomban Wendling1-1/+18
8 daysgithub actions: Cache mate-desktop buildColomban Wendling1-17/+22
8 daysgithub actions: Add an ArchLinux container buildColomban Wendling1-8/+45
8 daysgithub 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.
8 daysgithub actions: Build on ubuntu:rollingColomban Wendling1-83/+17
8 daysgithub actions: Enable --enable-compile-warnings=maximumColomban Wendling1-2/+3
8 daysgithub actions: Build in process and out of process on Debian TestingColomban Wendling1-1/+8
8 daysgithub actions: Add Debian Testing buildColomban Wendling1-0/+68
8 daysEnable a github actions buildColomban Wendling1-0/+147