Example for a C environment with CMake, Docker, Unity, and GitHub Actions.
Go to file
Sebastian d1dee1ca38
Fix typo in check if run-clang-tidy runs correctly in Dockerfile (#1)
2023-09-26 11:59:23 +02: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 tutorial: workspace settings 2023-07-07 11:19:27 +02: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 Fix typo in check if run-clang-tidy runs correctly in Dockerfile (#1) 2023-09-26 11:59:23 +02: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 updated readme 2023-08-10 10:03:31 +03: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.