Skip to content

Commit

Permalink
test watcom
Browse files Browse the repository at this point in the history
  • Loading branch information
RepellantMold committed Apr 6, 2024
1 parent 8e3efa6 commit 7270b3a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/watcom.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Watcom build

on:
[push, pull_request]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: open-watcom/setup-watcom@v0
with:
version: "2.0"
- run: |
cmake -S . -B build -G "Watcom WMake" -D CMAKE_SYSTEM_NAME=DOS
cmake --build build

0 comments on commit 7270b3a

Please sign in to comment.