https://github.com/willayy/c-cpp-devops
A basic DevOps system for a c/cpp project.
https://github.com/willayy/c-cpp-devops
c ci-cd cmake cpp devops
Last synced: 2 months ago
JSON representation
A basic DevOps system for a c/cpp project.
- Host: GitHub
- URL: https://github.com/willayy/c-cpp-devops
- Owner: willayy
- License: unlicense
- Created: 2024-12-15T13:42:00.000Z (6 months ago)
- Default Branch: prod
- Last Pushed: 2024-12-15T16:10:12.000Z (6 months ago)
- Last Synced: 2025-02-14T14:45:00.032Z (4 months ago)
- Topics: c, ci-cd, cmake, cpp, devops
- Language: CMake
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# C-Cpp-DevOps
A base devops system for a c/cpp project including:
* Issue templates
* PR templates
* Contribution guidelines
* Branch protection rules for branch `prod`
* License
* GitHub Projects
* GitHub Wiki
* Github Discussions### To build project
```shell
cd C-Cpp-Devops/C-Cpp-proj
mkdir build
cd build
cmake ..
make # This will build the project executable and is optional
```