-
Notifications
You must be signed in to change notification settings - Fork 75
Windows support #140
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
Windows support #140
Conversation
|
Some Relevant information here |
|
I made a test on windows and I thing we should wait unfortunately swift ton windows does not yet support spm. But I would be glad to help. Keep up the good work! |
|
Hi @doozMen! Yeah it also seems like the installer requires the use of a GUI which is a no-go on CI but hopefully this will change soon. Thanks for trying! |
|
@fwal it shouldn't. I've been using the installer on GH Actions for a while now with automated installations: https://github.com/compnerd/swift-win32/blob/main/.github/workflows/windows.yml |
|
@compnerd That's great news and thank you for the example action, that helps a lot! 🎉 |
|
I wonder if there's an easy way to call into PowerShell from TypeScript in the code action, or to make it composite only on Windows? I've created a separate action specifically for Windows, and I wonder if your action could maybe use mine as a step somehow? https://github.com/MaxDesiatov/swift-windows-action |
|
Closed in favour of #424 🎉 |
Adds support for windows runners.
Fixes #132.
Help wanted!
As I have limited experience from and access to a windows environment I could benefit from additional help.
Currently I'm trying to figure out how to run commands in the "VS2019 Command Prompt" as required by the toolchain.
Any help in this area would be greatly appreciated!