embedded-cicd / website

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

Home Page:https://embedded-cicd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://embedded-cicd.org

License:GNU General Public License v3.0


Languages

Language:HTML 98.3%Language:CSS 1.7%