CI/CD: Add OpenWatcom

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

@ -1,6 +1,6 @@
# Copyright (C) The c-ares project and its contributors # Copyright (C) The c-ares project and its contributors
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
name: watcom name: OpenWatcom
on: on:
push: push:
branches: branches:
@ -18,6 +18,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: configure - name: configure
run: | run: |
dir
buildconf.bat buildconf.bat
- name: Build c-ares - name: Build c-ares
run: | run: |

Loading…
Cancel
Save