Enable Appveyor error on warnings.

This commit is contained in:
Marcel Admiraal 2020-05-21 08:39:14 +01:00
parent dac3504cc3
commit aeb1181add
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ environment:
SCONS_CACHE_ROOT: "%HOME%\\scons_cache" SCONS_CACHE_ROOT: "%HOME%\\scons_cache"
SCONS_CACHE_LIMIT: 1024 SCONS_CACHE_LIMIT: 1024
OPTIONS: "debug_symbols=no verbose=yes progress=no" OPTIONS: "debug_symbols=no verbose=yes progress=no"
EXTRA_ARGS: "warnings=all werror=no" EXTRA_ARGS: "warnings=all werror=yes"
matrix: matrix:
- GD_PLATFORM: windows - GD_PLATFORM: windows
TARGET: release_debug TARGET: release_debug