Skip to content

Commit

Permalink
Add CI build for CP/M using z88dk
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Mar 26, 2024
1 parent a042589 commit f438e30
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,19 @@ jobs:
sudo pkg update -f && sudo pkg install -y groff
make linux LINUX_CC=cc
make test
z88dk:
name: 'z88dk SDK'
runs-on: ubuntu-latest
container: 'z88dk/z88dk:latest'
steps:
- uses: actions/checkout@v4
- name: 'Show version'
run: zcc 2>&1 | head -1
- name: 'Compile with z88dk for CP/M'
# nroff is not available, so skip the man build
run: touch fvcbm.man && make cpm
- uses: actions/upload-artifact@v4
with:
name: 'fvcbm.com'
path: fvcbm

0 comments on commit f438e30

Please sign in to comment.