ci: Add SDL_WERROR to a few configurations

This commit is contained in:
Anonymous Maarten
2022-10-06 05:27:37 +02:00
committed by Anonymous Maarten
parent eb8eb621b1
commit 151c23415e
5 changed files with 9 additions and 3 deletions

View File

@@ -18,10 +18,10 @@ jobs:
- uses: open-watcom/setup-watcom@v0
- name: Build SDL2
run: |
wmake -f ${{ matrix.platform.makefile }}
wmake -f ${{ matrix.platform.makefile }} ENABLE_WERROR=1
- name: Build tests
run: |
cd test && wmake -f ${{ matrix.platform.makefile }}
cd test && wmake -f ${{ matrix.platform.makefile }} ENABLE_WERROR=1
cd ..
- name: Run tests
if: "matrix.platform.makefile == 'Makefile.w32'"