Re: [PATCH] ci: Add a linux CI

2023-07-12 Thread Tal Regev via Gcc-patches
ci of github action supports public docker images, and can run gcc on them too. Thank you for your support. Regards, Tal Regev. On Wed, 12 Jul 2023 at 15:42, Christophe Lyon wrote: > Hi, > > > On Sun, 9 Jul 2023 at 19:13, Tal Regev via Gcc-patches < > gcc-patches@gcc.gnu.org&g

[PATCH] ci: Add a linux CI

2023-07-09 Thread Tal Regev via Gcc-patches
Description: adding a ci in a github repo. Everytime a user will do a PR to master branch or releases branches, it will activate the ci on their repo. for example: https://github.com/talregev/gcc/pull/1. Can help users to verify their own changes before submitting a patch. ChangeLog: Add a linux C