Skip to content

Commit

Permalink
FIXUP linux wcl
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Mar 26, 2024
1 parent 8fe54b3 commit c5dd057
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,9 @@ jobs:
- uses: open-watcom/setup-watcom@v0
- name: 'Patch makefile for OpenWatcom'
run: sed -Ei -e '/Open Watcom/,/^$/s/^#([^ ])/\1/' -e 's/\.obj/.o/g' makefile.dos
- name: 'Compile with OpenWatcom for x86'
run: wmake -f makefile.dos EXTRAOBJS=watcom/src/startup/wildargv.c
- name: 'Strip binary'
run: wstrip fvcbm.exe
- uses: actions/upload-artifact@v4
with:
name: 'fvcbm.exe'
path: fvcbm.exe
- name: 'Compile with OpenWatcom for Linux'
run: wmake -f makefile.dos EXTRAOBJS= CC=wcl386 CFLAGS='-q -bcl=linux -ox'
- name: 'Smoke test'
run: ./fvcbm
# - name: 'Compile with OpenWatcom for x86'
# run: wmake -f makefile.dos EXTRAOBJS=watcom/src/startup/wildargv.c

0 comments on commit c5dd057

Please sign in to comment.