[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] github
From: |
Robert Hölzl |
Subject: |
[Tinycc-devel] github |
Date: |
Sat, 18 Apr 2020 21:05:15 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 |
hey guys,
TinyCC is great because it supports so much configurations (3 OSes, even
more CPU archs).
But the downside is, that nobody can ensure that his change wont break
any of these configurations.
(Probably most of us are testing only on their own PC, which is one OS
with probably x86-64).
How about a CI?
I would be happy to add the corresponding scripts, so that at least
windows (x86 and x64), linux (x64) and macos (x64) are tested.
I did not investigate yet, but it could be even possible to utlitze qemu
to test all cpu archs (not only x86, x64).
But to make this work I need the repo to be homed at github or gitlab.
It seems that on github there is already an organization "TinyCC".
Bit it seems not to be supported by the core devs.
In fact the guy which created this repo even started some CI scripts.
@the core devs: Please point our your thoughts.
Are you interested in a CI (even it might need a switch to
GitHub/GitLab/...)
greets,
Robert