Skip to content

DRBIO some comment updates #47

DRBIO some comment updates

DRBIO some comment updates #47

Workflow file for this run

name: "Build (Linux, OpenWatcom v2)"
on:
push:
branches: [ "main" ]
jobs:
build-watcom:
runs-on: [self-hosted]
steps:
- uses: actions/checkout@v4
- name: Build with JWasm and OpenWatcom
run: |
cd ltools/unix
make
cd ../..
wmake -h
- name: Generate floppy image
run: |
cd image
sh mkimage.sh
cd ..
- name: Upload binaries
uses: actions/upload-artifact@v4
with:
name: EDR-DOS binaries
path: |
dist/*
- name: Upload image
uses: actions/upload-artifact@v4
with:
name: EDR-DOS 1.44M floppy image
path: |
image/edrdos.img