CI/CD: Add OpenWatcom

pull/623/head
Brad House 1 year ago
parent 607a64b6db
commit c2f7829dbc
  1. 3
      .github/workflows/watcom.yml

@ -16,6 +16,9 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- name: configure
run: |
buildconf.bat
- name: Build c-ares - name: Build c-ares
run: | run: |
wmake -u -f Makefile.Watcom wmake -u -f Makefile.Watcom

Loading…
Cancel
Save