Example for a C environment with CMake, Docker, Unity, and GitHub Actions.
Go to file
martin d5fb00d953 Merge branch 'main' of github.com:lmapii/cproject into feature/fix-build-status 2023-12-03 15:06:31 +01:00
.devcontainer tutorial: base image and dev container 2023-07-07 09:35:37 +02:00
.github/workflows tutorial: readme 2023-07-07 13:45:47 +02:00
.vscode Minor updates. (#2) 2023-10-29 18:37:32 +01:00
assets updated readme 2023-07-28 09:49:45 +02:00
include/dummy tutorial: dummy subsystem 2023-07-07 09:55:36 +02:00
src tutorial: dummy subsystem 2023-07-07 09:55:36 +02:00
tests/unittest tutorial: added CI 2023-07-07 13:38:34 +02:00
.clang-format tutorial: volume, clang-format and clang-tidy 2023-07-07 10:40:25 +02:00
.clang-tidy tutorial: volume, clang-format and clang-tidy 2023-07-07 10:40:25 +02:00
.gitignore tutorial: readme 2023-07-07 13:45:47 +02:00
CMakeLists.txt tutorial: dummy subsystem 2023-07-07 09:55:36 +02:00
builder.Dockerfile Merge branch 'main' of github.com:lmapii/cproject into feature/fix-build-status 2023-12-03 15:06:31 +01:00
clang-format.json tutorial: readme 2023-07-07 13:45:47 +02:00
clang-tidy.json tutorial: run-clang-x 2023-07-07 11:40:40 +02:00
makefile tutorial: volume, clang-format and clang-tidy 2023-07-07 10:40:25 +02:00
readme.md fixed build status, updated run-clang-x tools 2023-12-03 15:04:32 +01:00

readme.md

Build status

Example repository for a C development environment

This is the example repository for a post on the Interrupt blog. It is a demo development environment using Docker, CMake, Unity, and GitHub Actions.