GitHub Workflow action to build and install the Cadius tool for Apple II ProDOS disk images
Go to file
Joshua Bell 2dc7d5ba0e
Update README.md
2021-07-23 13:18:29 -07:00
LICENSE Initial commit 2021-07-23 09:08:12 -07:00
README.md Update README.md 2021-07-23 13:18:29 -07:00
action.yml specify shell 2021-07-23 09:14:55 -07:00

README.md

Build & Install Cadius Action

This action will build and install the Cadius tool for creating and modifying Apple II ProDOS disk images.

The action has no inputs or outputs.

Example

name: build
on:
  push:
    branches: [ main ]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: a2stuff/build-install-cadius-action@v1
      - name: build and package
        run: |
          make
          cp out/built.BIN "out/BUILT#062000"
          cadius CREATEVOLUME image.po VOLNAME 140KB 
          cadius ADDFILE image.po /VOLNAME "out/BUILT#062000"
          cadius CATALOG image.po