mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 09:56:26 +00:00
Run tests with OpenWatcom on CI
This commit is contained in:

committed by
Ozkan Sezer

parent
9dfa000bc0
commit
aa51a9791a
5
.github/workflows/watcom.yml
vendored
5
.github/workflows/watcom.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user