Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2025-04-12 | Fix GitHub actions | Martin Pärtel | -25/+19 | |
2024-10-16 | Migrate off of soon-to-be-removed image macos-12 | Sebastian Pipping | -2/+2 | |
2024-08-19 | Actions(deps): Bump codespell-project/actions-codespell from 2.0 to 2.1 | dependabot[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-05 | Re-enable FreeBSD tests in GitHub Actions. | Martin Pärtel | -1/+2 | |
All runners should now have KVM. | ||||
2024-05-17 | GH Actions: use default GCC on ubuntu-22.04 | Martin Pärtel | -4/+4 | |
Not sure what changed in the runners to make gcc-13 unavailable. | ||||
2024-03-05 | GitHub workflow: added clang repo suffix for clang 18. | Martin Pärtel | -1/+1 | |
Apparently this became necessary at some point. | ||||
2023-11-27 | Merge pull request #150 from hartwork/macos-ci | Martin Pärtel | -5/+65 | |
Cover macOS in CI + make CI use the right compiler + fix more compile warnings | ||||
2023-11-27 | tests.yml: Lock CI permissions down for security | Sebastian Pipping | -0/+4 | |
2023-11-27 | Make CI reject spelling errors using codespell | Sebastian Pipping | -0/+23 | |
2023-11-20 | tests.yml: Cover fuse-t and macFUSE for macOS | Sebastian Pipping | -5/+59 | |
2023-11-20 | tests.yml: Actually use the compiler from the CI matrix | Sebastian Pipping | -0/+2 | |
2023-11-19 | CI: install valgrind. | Martin Pärtel | -1/+2 | |
2023-11-19 | Merge remote-tracking branch 'origin/master' into vagrant-ci | Martin Pärtel | -2/+13 | |
2023-11-19 | CI: run Vagrant tests. | Martin Pärtel | -95/+159 | |
2023-11-14 | linux.yml: Cover compilation with FUSE 2 | Sebastian 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-12 | CI: run tests | Martin Pärtel | -0/+11 | |
2023-11-12 | CI: enable -Werror | Martin Pärtel | -0/+2 | |
2023-11-12 | Make GitHub Dependabot keep our GitHub Actions up to date | Sebastian Pipping | -0/+15 | |
2023-11-12 | Add GitHub Actions CI to build with FUSE 3 on Linux | Sebastian Pipping | -0/+84 | |