Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ GitHub Action

This is a basic C++ project set up with GitHub Actions for continuous integration.

Overview

This project demonstrates how to set up a C++ project with:

  • Source code in the src/ directory.
  • Unit tests in the tests/ directory.
  • CMake for building.
  • GitHub Actions for continuous integration.

Requirements

To build and run this project, you need:

  • CMake (version 3.10 or higher)
  • A C++ compiler
  • Google Test (for unit testing)
  • cppcheck (for static code analysis)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages