Example for a C environment with CMake, Docker, Unity, and GitHub Actions.
Go to file
martin 04290ff6f2
updated github action versions (#5)
* updated github action versions

* updated docker/setup-buildx-action
2024-02-11 11:22:37 +01:00
.devcontainer tutorial: base image and dev container 2023-07-07 09:35:37 +02:00
.github/workflows updated github action versions (#5) 2024-02-11 11:22:37 +01: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 fixed build status, updated run-clang-x tools (#4) 2023-12-03 15:10:16 +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 (#4) 2023-12-03 15:10:16 +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.