mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-11 06:28:24 +02:00
ci: Add SDL_WERROR to a few configurations
This commit is contained in:
committed by
Anonymous Maarten
parent
eb8eb621b1
commit
151c23415e
4
.github/workflows/watcom.yml
vendored
4
.github/workflows/watcom.yml
vendored
@@ -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'"
|
||||
|
||||
Reference in New Issue
Block a user