FDOS / freecom

FreeDOS Command Shell (command.com)
http://www.freedos.org/
GNU General Public License v2.0
155 stars 38 forks source link

CI build / upload #34

Closed andrewbird closed 3 years ago

andrewbird commented 3 years ago

I added a Github Action to build FreeCom with both Gcc and Watcom in most languages and again created an artefact archive for people to test. There are a few issues with the string translation parsing in some languages that I can't track down myself.

Here's an example run https://github.com/andrewbird/freecom/runs/1683314557 and archive upload.

andrewbird commented 3 years ago

So you may have noticed a little churn of my commits in the last few hours. I was trying to generate a build on a PR merge, but I now think that only can happen if the target repo (FDOS/freecom) has a workflow enabled. So that's a little chicken and egg problem as this is the commit that adds the first. Anyway I think we are good to apply now. Any tweaks in Action config can be done afterwards.