GitHub actions allow you to set up continuous integration for your C++ project. You can configure, build and test your code in a variety of operating systems and hardware configurations.
This month, Richard Thomson will give us an introduction to GitHub actions for continuous integration of C++ projects. We'll look at how to set up automatic building and testing of code on various repository events, such as commits, pull requests, and so-on.
Some of the topics we will cover are:
How to configure GitHub actions from scratch
How to use some continuous integration project templates
How to run tests
How to integrate custom build/test environments
GitHub Actions docs: https://docs.github.com/en/actions
Meetup: https://www.meetup.com/utah-cpp-progr...
Past topics: https://utahcpp.wordpress.com/past-me...
Future topics: https://utahcpp.wordpress.com/future-...