aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
AgeCommit message (Collapse)AuthorLines
2025-07-25Added Debian 12 to Vagrant tests.Martin Pärtel-1/+1
2025-06-08CI fixMartin Pärtel-1/+1
2025-06-08Drop MacFUSE support. Apple makes things too difficult.Martin Pärtel-29/+6
2025-06-08Mac CI fixesMartin Pärtel-10/+17
2025-06-01Drop `branches: [main]` constraint from CI.Martin Pärtel-2/+0
2025-06-01Got Vagrant to work in CIMartin Pärtel-4/+5
2025-06-01Incorporate some fixes from #166Martin Pärtel-1/+2
2025-04-12Fix GitHub actionsMartin Pärtel-25/+19
2024-10-16Migrate off of soon-to-be-removed image macos-12Sebastian Pipping-2/+2
2024-08-19Actions(deps): Bump codespell-project/actions-codespell from 2.0 to 2.1dependabot[bot]-1/+1
Bumps [codespell-project/actions-codespell](https://github.com/codespell-project/actions-codespell) from 2.0 to 2.1. - [Release notes](https://github.com/codespell-project/actions-codespell/releases) - [Commits](https://github.com/codespell-project/actions-codespell/compare/v2.0...v2.1) --- updated-dependencies: - dependency-name: codespell-project/actions-codespell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05Re-enable FreeBSD tests in GitHub Actions.Martin Pärtel-1/+2
All runners should now have KVM.
2024-05-17GH Actions: use default GCC on ubuntu-22.04Martin Pärtel-4/+4
Not sure what changed in the runners to make gcc-13 unavailable.
2024-03-05GitHub workflow: added clang repo suffix for clang 18.Martin Pärtel-1/+1
Apparently this became necessary at some point.
2023-11-27Merge pull request #150 from hartwork/macos-ciMartin Pärtel-5/+65
Cover macOS in CI + make CI use the right compiler + fix more compile warnings
2023-11-27tests.yml: Lock CI permissions down for securitySebastian Pipping-0/+4
2023-11-27Make CI reject spelling errors using codespellSebastian Pipping-0/+23
2023-11-20tests.yml: Cover fuse-t and macFUSE for macOSSebastian Pipping-5/+59
2023-11-20tests.yml: Actually use the compiler from the CI matrixSebastian Pipping-0/+2
2023-11-19CI: install valgrind.Martin Pärtel-1/+2
2023-11-19Merge remote-tracking branch 'origin/master' into vagrant-ciMartin Pärtel-2/+13
2023-11-19CI: run Vagrant tests.Martin Pärtel-95/+159
2023-11-14linux.yml: Cover compilation with FUSE 2Sebastian Pipping-2/+13
2023-11-12...Martin Pärtel-7/+5
2023-11-12...Martin Pärtel-2/+2
2023-11-12...Martin Pärtel-2/+2
2023-11-12CI: run testsMartin Pärtel-0/+11
2023-11-12CI: enable -WerrorMartin Pärtel-0/+2
2023-11-12Add GitHub Actions CI to build with FUSE 3 on LinuxSebastian Pipping-0/+84