Hi Ede,The only automated build which has been set up for now is in .github/workflows. It is a direct adaptation of github workflow documentation and does the bare minimum : automatically compile the project after each push.It is possible to do a lot more including packaging and releases, but it
On 3/15/2021 9:27, Michaud Michael wrote:
> Hi Ede,
hey Mike,
>
> The only automated build which has been set up for now is in
> .github/workflows. It is a direct adaptation of github workflow documentation
> and does the bare minimum : automatically compile the project after each push.
>
> It