pygmystack / pygmy

the pygmy stack is a container stack for local development
MIT License
25 stars 13 forks source link

Support CI testing for Windows #46

Closed fubarhouse closed 4 years ago

fubarhouse commented 4 years ago

This is a trivial matter given that there's no justifiable need to test against windows with the codebase. Given tests in terms of best practice Go are absent and the work should be achievable with not a lot of effort, AppVeyor should be supported to assist in reassuring individuals of availability of functionality specific to their needs.

To be very clear, Pygmy provides a set of configured containers - those containers contain the configuration which are irrelevant to the host machine, and almost exclusively present no external necessity for this.

fubarhouse commented 4 years ago

Travis CI has a comparable Windows beta system which has solved this one. Closed by #47