It looks like squash builds with VS 2017 on AppVeyor now, the only change needed was to select a specific build image with the new compiler on. A few things to decide before adding this:
For now I commented out VS 2013, do we wish to continue having it in the build matrix? On one hand it's getting old, and fewer configurations means faster CI runs, on the other hand some things might break on older compilers moving forward. What do you think?
Also, as mentioned in #185, Clang/C2 appears to be dead, so perhaps we should remove the commented out section for it?
It looks like squash builds with VS 2017 on AppVeyor now, the only change needed was to select a specific build image with the new compiler on. A few things to decide before adding this:
For now I commented out VS 2013, do we wish to continue having it in the build matrix? On one hand it's getting old, and fewer configurations means faster CI runs, on the other hand some things might break on older compilers moving forward. What do you think?
Also, as mentioned in #185, Clang/C2 appears to be dead, so perhaps we should remove the commented out section for it?