Skip to content
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

Documentation about running tests with Docker #566

Open
FrediKats opened this issue Feb 4, 2024 · 1 comment
Open

Documentation about running tests with Docker #566

FrediKats opened this issue Feb 4, 2024 · 1 comment

Comments

@FrediKats
Copy link

FrediKats commented Feb 4, 2024

I was trying to make some changes in the project. But I faced with issues on running bundle update on my windows machine:

Installing ruby-filemagic 0.7.3 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

I'm not sure that this gem was designed for running on Windows machine.

Can you add instructions for running tests in Docker for Windows users?

@pnatashap
Copy link
Contributor

pnatashap commented Feb 7, 2024

There is no easy way to install filemagic on Windows, so you can use Docker or WSL (windows subsystem for linux) or Github actions in your fork (tests will be run automatically for PR and you can check the results).

Additional part in documentation is still required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants