-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set up CI #2
Comments
Can't use Docker because mounting FUSE filesystem from a Docker container requires elevated privileges and access to the That leaves us with using a virtual machine. For PlentyFS, I wanted the CI to just run I briefly looked for CI providers that would let us snapshot or cache a VM after installing the packages, but apparently no-one does it: GitLab, Cirrus, Azure, CircleCI all have the common "cache" and "artifact" abstractions, but don't have what I'm looking for. I see three paths forward:
I need to sleep on this. |
Add GitHub Actions (CI) configuration Fixes #2.
We have some tests now (#1), so it's time to add CI and make sure this thing works not just on developer's machines.
The text was updated successfully, but these errors were encountered: