Skip to content

makedisk: generate vanilla image #16

makedisk: generate vanilla image

makedisk: generate vanilla image #16

Workflow file for this run

name: 'Quality assurance pipeline'
on: push
jobs:
build:
runs-on: ubuntu-22.04
container: giomba/ceda-rom-disassembly:1
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build and test of CP/M components
run: |
cd cpm
make assemble
make tests
- name: Build and test of CP/M applications
run: |
cd applications
make assemble
make tests