From Jason Turner
Watch on YouTube

Summary

This episode demonstrates how to add AppVeyor continuous integration to a C++ project, complementing the Travis CI setup from the previous episode. Jason shows how to create an appveyor.yml configuration file that specifies the Visual Studio 2017 environment and leverages CMake's build capabilities. The tutorial highlights the advantage of using AppVeyor for Windows builds while using Travis CI for Linux/macOS, creating a comprehensive cross-platform continuous integration solution that automatically builds and tests code whenever changes are pushed to GitHub.

Resources

Tags