I was wondering if anyone uses some kind of of local CI software to automate this process: pick my source code, send it to a machine, run some commands and show me the log (I am ok with doing it over ssh under the hood). Any tips?
Thanks in advance.
I was wondering if anyone uses some kind of of local CI software to automate this process: pick my source code, send it to a machine, run some commands and show me the log (I am ok with doing it over ssh under the hood). Any tips?
Thanks in advance.
3 comments
Lots of different options, hosted and self hosted.
Github actions and GitLab are two of the more common ones, the latter is self hosted but the former is the dominant one if CV skills is needed