sergi / go-diff

Diff, match and patch text in Go
MIT License
1.84k stars 210 forks source link

Add a CI builder for Windows #66

Open zimmski opened 7 years ago

zimmski commented 7 years ago

I do not know of any free Windows CIs. So this is a very open question for me.

maksimov commented 7 years ago

Have you looked at https://www.appveyor.com/?

zimmski commented 7 years ago

No, but it looks promising. I am a little lost when it comes to Windows but IMHO go-diff must only compile and pass the tests on other OSs. I did a small search and these are maybe good resources to get started:

nathaniel-brough commented 7 years ago

I have implemented a config file for appveyor, you will just need to open an account with appveyor and it should find the file and start a build. Currently builds and tests are working however, lint is not working as it relies on a *nix shell. See Pull request here

zimmski commented 7 years ago

EDIT: I have enough rights, appveyor.com is configured to accept CI tasks.