Compare commits

...

1 Commits
v1.2 ... master

Author SHA1 Message Date
Dagen Brock ea5d311d7c README.md cleanup 2021-06-21 15:58:11 -05:00
1 changed files with 0 additions and 7 deletions

View File

@ -1,12 +1,5 @@
[![.github/workflows/main.yml](https://github.com/digarok/apple2-assembly-github-actions-ci-example/actions/workflows/main.yml/badge.svg)](https://github.com/digarok/apple2-assembly-github-actions-ci-example/actions/workflows/main.yml)
# apple2-assembly-github-actions-ci-example
Example project to show CI with Github Actions to assemble 65xx source
# Explanation
See the projects `.github/workflows/main.yml` file to understand how it is automatically built using a Github action.
# apple2-assembly-github-actions-ci-example
Example project showing how to achieve Continuous Integration with Github Actions to assemble 65xx source, package it in a ProDOS disk image, and release it on Github.