davidgiven / cpm65

CP/M for the 6502
BSD 2-Clause "Simplified" License
267 stars 23 forks source link

Virtual devenv #87

Closed BensonRSI closed 8 months ago

BensonRSI commented 8 months ago

virtual buildenvironment based on Ubuntu-22.04 . Use with VS Code ( "reopen in container") or with "docker build .devcontainer" fetches also LLVM and installs all needed packages for building the CPM65

davidgiven commented 8 months ago

I'll admit to only being approximately aware of what this is for. I've never used Docker. It does occur to me that this might make a good alternative to the github CI script, which is very difficult to debug. Merging; thanks.