Re: [JPP-Devel] OJ2 snapshots

2021-03-15 Thread Michaud Michael
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

Re: [JPP-Devel] OJ2 snapshots

2021-03-15 Thread edgar . soldin
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