From Jason Turner
Watch on YouTube

Summary

This episode demonstrates how to add Travis CI continuous integration to a CMake-based C++ project. Jason explains the process of creating a .travis.yml configuration file, setting up the build environment with Ubuntu Trusty in a Docker container, and configuring the appropriate compiler tools. The tutorial showcases Travis CI's GitHub integration, which automatically builds the project whenever new commits are pushed, ensuring code compiles as expected across different environments.

Resources

Tags