A small Docker container to be used in pipelines that require cc65.
Go to file
Rob Greene 8dc9255052 Adding prefix to 'make' to build cc65 with the correct location. 2018-01-19 22:53:02 -06:00
Dockerfile Adding prefix to 'make' to build cc65 with the correct location. 2018-01-19 22:53:02 -06:00
LICENSE Adding LICENSE 2018-01-19 20:13:09 -06:00
README.md cc65 pipeline base. 2018-01-19 20:08:14 -06:00

README.md

cc65 build agent

This Docker image is intended to be used in a build pipeline to build 6502/65c02/65816 projects. It is simply a blend of Alpine Linux and cc65.

In an effort to keep the image small, it currently only contains (beyond the base Alpine Linux Docker image) make and cc65.