conan-io / conan-vs-extension

Conan Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=conan-io.conan-vs-extension
MIT License
59 stars 34 forks source link

Add CI for other versions of Visual Studio #96

Closed jgsogo closed 5 years ago

jgsogo commented 5 years ago

I wonder if we can improve the Appveyor CI with more stages, something like this:

  1. Image Visual Studio 2019: compile the artifact and upload it to Appveyor.
  2. Image Visual Studio 2017: check we can install it, can we run a test?
  3. Image Visual Studio 2019: check we can install it, can we run a test?
  4. (Desired after #75) Image Visual Studio 2015: check we can install it, can we run a test?