Uploaded January 2024 | Updated September 2026, 4 hours ago
The Holy Trinity of #CI/CD (continuous- integration and delivery), #GitHub actions and the trusted #c64
Today we do a primer of a simple CI/CD pipeline in github actions that will:
- install kick assembler
- build the main.asm
- push that resulting program to you C64 and start it using the Ultimate-II or Ultimate-64
And we will do this using a private runner (build agent or node in azure and Jenkins respectively).
github.com/rdoetjes/c64_cicd
Please the README.md github.com/rdoetjes/c64_cicd/blob/main/README.md
where I also create a dual stage solution and work with artefacts -- which is the way you'd normally do it in larger code bases.
The Holy Trinity of #CI/CD (continuous- integration and delivery), #GitHub actions and the trusted #c64
Today we do a primer of a simple CI/CD pipeline in github actions that will:
- install kick assembler
- build the main.asm
- push that resulting program to you C64 and start it using the Ultimate-II or Ultimate-64
And we will do this using a private runner (build agent or node in azure and Jenkins respectively).
github.com/rdoetjes/c64_cicd
Please the README.md github.com/rdoetjes/c64_cicd/blob/main/README.md
where I also create a dual stage solution and work with artefacts -- which is the way you'd normally do it in larger code bases.










