Enable appveyor CI builds. We'll need to download:
CMake is installed to the images. It appears that visual studio 2013 and 2015 are supported. Boost binaries can be downloaded via sourceforge:
https://sourceforge.net/projects/boost/files/boost-binaries/
I think we can run the installer using /S, or silent mode, so we can test the actual installer. We should be able to run the whole shebang, make, make test, make package, install package, run ctest again for installed executable with the configuration tests. This may not be possible though, and the ticket is investigative.
Enable appveyor CI builds. We'll need to download:
CMake is installed to the images. It appears that visual studio 2013 and 2015 are supported. Boost binaries can be downloaded via sourceforge:
https://sourceforge.net/projects/boost/files/boost-binaries/
I think we can run the installer using
/S, or silent mode, so we can test the actual installer. We should be able to run the whole shebang, make, make test, make package, install package, run ctest again for installed executable with the configuration tests. This may not be possible though, and the ticket is investigative.