Possibel approaches of automated builds for Windows #183
Replies: 3 comments 3 replies
-
GitLab.com has Windows runners in beta. |
Beta Was this translation helpful? Give feedback.
-
AppVeyor supports Windows, but it is limited to a single job at a time on the free tier. I can say from experience that is inadequate for an actively maintained project. |
Beta Was this translation helpful? Give feedback.
-
I have a proposal: use cross compiling for official builds while also supporting building on Windows and macOS. This could be maintained by moving development to another software forge where a CI service does the Linux builds and cross compiling from Linux. At the same time, we could keep GitHub as a read-only mirror and use GitHub Actions to ensure that building on Windows and macOS continues to work. This would allow developers on Windows and macOS to contribute code without the project needing to be tied to GitHub. However it might still be hard to fix platform-specific bugs in official builds. @falkTX what do you think about this? |
Beta Was this translation helpful? Give feedback.
-
(trying to) extracting one of the sub topics in https://github.com/tenacityteam/tenacity/issues/155 to here
Question is, what ways are there to automate Builds for Windows (besides github actions)
Beta Was this translation helpful? Give feedback.
All reactions