Click here to Skip to main content
15,887,596 members
Articles / DevOps / Automation

Writing CI Pipeline using GitHub Actions to Build C++ Project

Rate me:
Please Sign up or sign in to vote.
4.50/5 (7 votes)
20 Apr 2020CPOL8 min read 21.9K   1  
This article gives a practical overview of using GitHub Actions to automate a CI pipeline to build C++ project which is configured using CMake.
A quick guide to understanding how GitHub Actions works. We will write a workflow file to automate the build process of a C++ sample project which is configured using CMake. This is not a step by step guide to follow, however, a good kick start for the ones who are starting to use GitHub Actions for building their C++ projects.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer StackFinity
United Kingdom United Kingdom
I'm a Test Automation Engineer with a mindset of sharing my knowledge with the community around because helping others drives our success in the long run. My main programming languages are Python, Java, and C#; however, I have written code in many other languages and can pick up new languages and frameworks quickly.

I always keep a goal to reach and currently working on bridging the gap between my thoughts to solve a problem and shaping it into a good code so the computer could get it. I love coffee, night walk, fruits.

Comments and Discussions