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
# SPDX-License-Identifier: MIT
name: watcom
name: OpenWatcom
on:
push:
branches:
@ -18,6 +18,7 @@ jobs:
fetch-depth: 0
- name: configure
run: |
dir
buildconf.bat
- name: Build c-ares
run: |

Loading…
Cancel
Save