Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C Plugins for Jenkins & Unit Test Framework support?

Tags:

c++

c

jenkins

I want to use Jenkins in Embedded development project with either C or C++ language.As i am a Beginner to start with Jenkins , i want to know what are the plugins for Jenkins for C and C++, and which is the C Unit Test Framework it supports? Pls Help ..

like image 435
Jasdeep Singh Arora Avatar asked Oct 04 '22 13:10

Jasdeep Singh Arora


1 Answers

You can use the xUnit plugin for your tests. You can read this post about testing on C link.

like image 191
plsgogame Avatar answered Oct 18 '22 04:10

plsgogame