Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
517 stars 101 forks source link

Refactor CI workflows #596

Closed mcserep closed 1 year ago

mcserep commented 1 year ago

This PR separates the CI into multiple workflows, closing #587. Tasks:

The PR also removes the Ubuntu 18.04 jobs, as it has been deprecated in GitHub Actions, and the image is not even available anymore. Build instructions should be updated by #580 for this matter.

mcserep commented 1 year ago

@intjftw I completed the PR, please review it when you have time.