In one of my previous post, I wrote about how I managed to integrate Docker and LabVIEW into my Continuous Integration chain. Some of the readers asked about a little feature in Gitlab that I explored, Code Quality. Let's discuss about it. Code Quality Reports Some weeks ago, digging into the Gitlab help pages (btw, I … Continue reading VI Analyzer and Gitlab Code Quality
Month: September 2020
Keep a Changelog, but Why?
This is one of big points that I consider very important in maintaining a source code, being public or in your company. As the LabVIEW Community grows with open source code, it is important to know this software engineering trick. Let's have some discussion about it. Why? I could enumerate many things here, but there … Continue reading Keep a Changelog, but Why?
LabVIEW + Docker + Windows = Match?
The last few weeks I've been busy, I mean, really busy trying to figure out how to assemble everything together, and I finally got something to work. After all, is LabVIEW + Docker + Windows, a match? Continuous Integration During my mission of implementing Continuous Integration in my development workflow it wasn't clear until so … Continue reading LabVIEW + Docker + Windows = Match?