Run tests with OpenWatcom on CI

This commit is contained in:
Cameron Cawley
2022-05-19 13:14:29 +01:00
committed by Ozkan Sezer
parent 9dfa000bc0
commit aa51a9791a
2 changed files with 41 additions and 0 deletions

View File

@@ -23,6 +23,11 @@ jobs:
run: |
cd test && wmake -f ${{ matrix.platform.makefile }}
cd ..
- name: Run tests
if: "matrix.platform.makefile == 'Makefile.w32'"
run: |
cd test && wmake -f ${{ matrix.platform.makefile }} check-quick
cd ..
- name: distclean
run: |
wmake -f ${{ matrix.platform.makefile }} distclean