I am creating a thread to discuss windows support. We are looking for volunteers to implement the following features which amounts to under 70 lines of code. Here is what needs to be done:
I think @tboerger has ported the windows plugin, but it just needs to be uploaded to dockerhub. Is this correct? If so, we then just need to add 2 loc to this block to specify the windows image.
we need someone to update the 2 loc in this block with the correct entrypoint and command to the build script which is passed to the pipeline image as a container
we need someone to create the windows-equivalent build script generator in this existing method stub that we have here. It should resemble the posix script generator here. This is approximately 60 loc
IMPORTANT please refrain from commenting on this thread unless your are planning to contribute. No me too or +1 comments, please.
Not all plugins are in a working state yet, but we are nearby (at least for the plugins hosted at https://github.com/drone-plugins). I’m fine to help getting the plugins further pushed into that direction, but the server implementation should be done by somebody else
Note that if anyone is willing to setup a Windows instance (e.g. on AWS) with Docker and Go, and provide me with a remote desktop login that I can use, I can probably spend a few hours on some of these items and accelerate the pace.
So one thing the git plugin might have to do is clone into a different directory and then copy the files over where they SHOULD go. That would be the first step to at least see if the runtime stuff works.