Enable warnings=all and werror=yes for gcc-8 GCC builder.
This commit is contained in:
parent
6b76145694
commit
8fbf69a4f4
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ matrix:
|
|||
packages:
|
||||
- *linux_deps
|
||||
|
||||
- env: PLATFORM=server TOOLS=yes TARGET=release_debug CACHE_NAME=${PLATFORM}-tools-gcc-8 MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
|
||||
- env: PLATFORM=server TOOLS=yes TARGET=release_debug CACHE_NAME=${PLATFORM}-tools-gcc-8 EXTRA_ARGS="warnings=all werror=yes" MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
|
||||
os: linux
|
||||
compiler: gcc-8
|
||||
addons:
|
||||
|
|
Loading…
Reference in a new issue