diff --git a/makefile b/Makefile similarity index 100% rename from makefile rename to Makefile diff --git a/readme.md b/README.md similarity index 64% rename from readme.md rename to README.md index 27f9961..1562d41 100644 --- a/readme.md +++ b/README.md @@ -1,6 +1,4 @@ -[![Build status](https://github.com/lmapii/cproject/workflows/ci/badge.svg)](https://github.com/lmapii/cproject/actions) - # Example repository for a C development environment -This is the example repository for a [post on the Interrupt blog](https://interrupt.memfault.com/blog/a-modern-c-dev-env). It is a demo development environment using Docker, CMake, Unity, and GitHub Actions. +This is the example repository for a [post on the Interrupt blog](https://interrupt.memfault.com/blog/a-modern-c-dev-env). It is a demo development environment using Docker, CMake, Unity, and Gitea (ported from Guthub) Actions. diff --git a/assets/docker-sharing.png b/assets/docker-sharing.png deleted file mode 100644 index a0c1393..0000000 Binary files a/assets/docker-sharing.png and /dev/null differ diff --git a/assets/gcovr-report.png b/assets/gcovr-report.png deleted file mode 100644 index 65d3ff9..0000000 Binary files a/assets/gcovr-report.png and /dev/null differ diff --git a/assets/github-action.png b/assets/github-action.png deleted file mode 100644 index dede95d..0000000 Binary files a/assets/github-action.png and /dev/null differ diff --git a/assets/vscode-container.png b/assets/vscode-container.png deleted file mode 100644 index 10c725f..0000000 Binary files a/assets/vscode-container.png and /dev/null differ diff --git a/assets/vscode-rebuild.png b/assets/vscode-rebuild.png deleted file mode 100644 index 3340757..0000000 Binary files a/assets/vscode-rebuild.png and /dev/null differ diff --git a/assets/vscode-reload.png b/assets/vscode-reload.png deleted file mode 100644 index 2c6beff..0000000 Binary files a/assets/vscode-reload.png and /dev/null differ diff --git a/assets/vscode-remote.png b/assets/vscode-remote.png deleted file mode 100644 index 313be8c..0000000 Binary files a/assets/vscode-remote.png and /dev/null differ