Written by
Matthew Bilyeu
on
on
82
Today at work we had a workshop about the processes some of the new projects are using. They’re definitely interesting, and we all played around with the workflow on the development server. Code is written, unit tested, and pushed to a remote Git repository all from within Qt Creator, where the code automatically has unit tests and Valgrind memory analysis performed. GitLab is hosted on our software server, which integrates nicely with continuous integration. I’d like to use some of that stuff…