C++ CI/CD Calculator with GitHub Actions

dssd

Getting Started

  1. Git, the simple guide: https://rogerdudler.github.io/git-guide/
  2. Google Test Primer: https://google.github.io/googletest/primer.html
  3. A selected list of useful actions: https://github.com/sdras/awesome-actions

Prerequisites

Ensure you have the following installed:

Setup Instructions

  1. Use the template:
git@github.com:hirdeshkumar2407/calculator_cicd_c-.git
cd your-repo-name
  1. Build the project:
mkdir build
cd build
cmake ..
cmake --build .
  1. Test (in the build folder):
ctest

or:

./tests