Skip to content

add appveyor.yml

Luke Champine requested to merge appveyor into master

This should give us Windows builds. I'm still tweaking the configuration. Ideally, it should match Travis (build all PR commits + merge commit) This is complicated somewhat by the fact that Windows does not natively support Makefiles, so we must make do with the go command.

Merge request reports