rgoulter / cs5237-VoronoiArt

Voronoi Art program written with OpenGL, Qt and OpenCV.
MIT License
3 stars 1 forks source link

AppVeyor Build for MSVC with vcpkg #7

Closed rgoulter closed 6 years ago

rgoulter commented 6 years ago

Once the build works for Windows, it would be beneficial to set up the project to be built on AppVeyor.

This is good project practice; would help ensure the build doesn't break unintentionally if maintained from Linux or macOS.

rgoulter commented 6 years ago

Looks like it ought to be straightforward to use MSVC and vcpkg with AppVeyor https://www.appveyor.com/docs/lang/cpp/

rgoulter commented 6 years ago

But there are also examples of other projects which use Qt, OpenCV with an .appveyor.yml, e.g.: https://github.com/robotology/yarp/blob/master/.appveyor.yml https://github.com/introlab/rtabmap/blob/master/.appveyor.yml