Commit Graph

13 Commits

Author SHA1 Message Date
Sebastian Messmer 539c0db9b0 Fix CI apt-get timeouts by retrying more often 2022-10-12 11:06:11 -07:00
Sebastian Messmer fe71144377 Update to DokanY 1.2.2.1001 2021-12-22 22:18:19 +01:00
Sebastian Messmer c28cb2b2c4 Add Windows CI to Github Actions 2021-04-26 19:08:15 -07:00
Sebastian Messmer dc85fae237 Add clang-tidy to Github Actions 2021-04-19 14:22:18 -07:00
Sebastian Messmer b4328a0d74 Fix setting of ASAN_OPTIONS, UBSAN_OPTIONS, OMP_NUM_THREADS environment variables so they're only set if the job needs them 2021-04-19 10:56:17 -07:00
Sebastian Messmer 18b7cc63ec Add Sanitizers to Github Actions 2021-04-19 04:35:43 -07:00
Sebastian Messmer f0220cb1f4 Add some debug defines for libc++ 2021-04-18 18:51:37 -07:00
Sebastian Messmer b5bc602983 Add -Werror builds and a build with CRYFS_NO_COMPATIBILITY 2021-04-18 18:19:53 -07:00
Sebastian Messmer c6bd069516 Add builds with local dependencies to Github Actions 2021-04-18 18:19:50 -07:00
Sebastian Messmer db1cc7af8a Add Linux CI to GitHub Actions 2021-04-17 09:31:10 -07:00
midchildan fe1b0f10d3
Support the latest FUSE on macOS (#378)
* feat: support latest FUSE on macOS

This drops osxfuse support in favor of macFUSE. macFUSE is a newer
version of osxfuse that supports the latest release of macOS, and is a
rebranded version of the same project.

* build: use pkg-config to find FUSE

Co-authored-by: Sebastian Messmer <smessmer@users.noreply.github.com>
2021-04-13 00:45:47 -07:00
Sebastian Meßmer f44d35681f
Update action.yaml 2021-04-11 19:45:22 -07:00
Sebastian Messmer 7e4c4b2122 Switch osx CI from Travis CI to Github Actions 2021-04-09 00:54:28 -07:00