Skip to content

GitHub Workflow action to build and install the Cadius tool for Apple II ProDOS disk images

License

Notifications You must be signed in to change notification settings

a2stuff/build-install-cadius-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

GitHub Workflow action to build and install the Cadius tool for Apple II ProDOS disk images

Resources

License

Stars

Watchers

Forks

Packages

No packages published