Skip to content

Framework for building an individual CI/CD pipeline geared towards embedded systems

License

Notifications You must be signed in to change notification settings

embedded-cicd/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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