Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 974 Bytes

README.mkd

File metadata and controls

18 lines (10 loc) · 974 Bytes

CI/CD Framework for Embedded Systems

Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.

This repository contains documentation for an embedded systems CI/CD framework.
It helps you to build your individual development pipeline based on FOSS.

You can find the documentation at embedded-cicd.org.

Building the documentation

We are using MkDocs and Material for MkDocs to build the documentation.

$ pip install -r requirements.txt
$ mkdocs serve
$ mkdocs build -s -v