Compare commits

...

4 Commits
v1.1 ... master

Author SHA1 Message Date
Dagen Brock ea5d311d7c README.md cleanup 2021-06-21 15:58:11 -05:00
Dagen Brock 0702c5c0d2 update README.md 2021-06-21 14:13:26 -05:00
Dagen Brock 3ce26de28c update README.md 2021-06-21 14:11:15 -05:00
Dagen Brock 2b23a0671b version bump for newer actions 2021-03-23 11:45:45 -05:00
2 changed files with 5 additions and 10 deletions

View File

@ -7,13 +7,13 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install Merlin
uses: digarok/install-merlin32-action@v0.1.0
uses: digarok/install-merlin32-action@v0.1.2
- name: Assemble Source
run: merlin32 src/example.s
- name: Install Cadius
uses: digarok/install-cadius-action@v0.1.0
uses: digarok/install-cadius-action@v0.1.2
- name: Make Bootable ProDOS Image
if: startsWith(github.ref, 'refs/tags/v')

View File

@ -1,10 +1,5 @@
# apple2-assembly-github-actions-ci-example
Example project to show CI with Github Actions to assemble 65xx source
[![.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)
# Explanation
See the projects `.github/workflows/main.yml` file to understand how it is automatically built using a Github action.
Uses: digarok/merlin32-action@master
# 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.
@ -29,5 +24,5 @@ The main project workflow file above has the following logic:
- Upload the new disk image to our Github Release page for anyone to download and use immediately!
Uses:
- [`digarok/install-merlin32-action@v0.1.0`](https://github.com/marketplace/actions/install-merlin32-action)
- [`digarok/install-cadius-action@v0.1.0`](https://github.com/marketplace/actions/install-cadius-action)
- [`digarok/install-merlin32-action@v0.1.2`](https://github.com/marketplace/actions/install-merlin32-action)
- [`digarok/install-cadius-action@v0.1.2`](https://github.com/marketplace/actions/install-cadius-action)