Skip to content

Add Windows support #18

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

Open
ararslan opened this issue Sep 10, 2022 · 0 comments
Open

Add Windows support #18

ararslan opened this issue Sep 10, 2022 · 0 comments
Labels
enhancement New feature or request windows

Comments

@ararslan
Copy link
Owner

The installer is written as a POSIX shell script and assumes it's running in a Unix-like environment. We could have a separate installer for Windows that's effectively a reimplementation in PowerShell or Batch. It would be fairly annoying to maintain two separate installers, though we could likely reuse a decent amount of what's implemented in AppVeyor.jl. That uses environment variables to construct the commands executed by cmd.exe which is a different approach than CirrusCI.jl takes. #14 will hopefully help significantly here by hiding the installation logic entirely from the user, I just need to finish it.

@ararslan ararslan added enhancement New feature or request windows labels Sep 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request windows
Projects
None yet
Development

No branches or pull requests

1 participant