Skip to content

Commit

Permalink
Add Open Watcom to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam committed Feb 2, 2025
1 parent eec11dc commit 515ad0f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/watcom.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: OpenWatcom

on: [push, pull_request]

jobs:
build:

runs-on: windows-latest

steps:
- uses: open-watcom/setup-watcom@v0
- uses: actions/checkout@v4
- run: wmake -u -f Makefile.Watcom

0 comments on commit 515ad0f

Please sign in to comment.