drcjt / CSharp-80

C# AOT compiler for Z80 based computers including the TRS-80 and ZX Spectrum
https://drcjt.github.io/CSharp-80/
GNU General Public License v3.0
51 stars 3 forks source link

Build all target architectures using github actions #166

Closed drcjt closed 1 year ago

drcjt commented 1 year ago

Current GitHub actions is only building one target architecture - TRS80 - but really need multiple builds/test runs for each target architecture.

Target architectures include:

drcjt commented 1 year ago

Need to alter build workflows to:

No point in running tests across platforms as tests do not cover any platform specific behaviour

drcjt commented 1 year ago

Main build is now building for trs80 and zxspectrum platforms and artifacts for the samples are being published.

Need to add cpm though