-
Notifications
You must be signed in to change notification settings - Fork 20
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
Drone CLI fails to install on Windows #4
Comments
I think it's possible, but not trivial. Drone CLI uses pipes, signals, and other unix stuff to glue different external commands together. For example when you run |
I'm trying out If I have time I will give this a shot |
Thank you for your comment. We will much appreciate contributions to make |
@chemicstry Have you considered using WSL? I am working from Windows this way, and it works just fine! |
Looks like src/env.rs contains some unix-specific code which makes it impossible to install drone on Windows. Would it be possible to replace it with a platform-independent implementation?
Compilation log:
The text was updated successfully, but these errors were encountered: