Funputer

Continuous Integration for C/C++ on Raspberry Pi: Part2 – Jenkins

In the Part 1 of the series we sat up the Dockerized cross-compile tool-chain. In this Part we continue our journey setting up Jenkins. Jenkins is an open source automation server which is the heart of a CI/CD process. Using Jenkins we set up a...

Continuous Integration for C/C++ on Raspberry Pi: Part1 – Cross Compile Using Docker

This is a first post of series of posts on using Jenkins+Docker for developing embedded applications on a Raspberry Pi. This is a multi part tutorial: Part 1: We set up Cross Compile Using Docker, build a simple C code and test it manually on Target...

Category - Tutorials