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
520 stars 102 forks source link

Build and install CC out of the root dir in CI #602

Closed intjftw closed 1 year ago

intjftw commented 1 year ago

I moved the build and install directories out of the CodeCompass root directory in the CI. Now these directories are created in $HOME instead of ${{github.workspace}}. This solves the problem of parsing the entire node_modules directory in the Parse job, significantly decreasing the runtime of the CI jobs.