mirror of https://github.com/OpenTTD/OpenTTD
Add: [GitHub] also test if release builds without asserts are warning-free (#11309)
parent
3a2509198f
commit
c6864637fb
|
@ -73,10 +73,15 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: Clang
|
- name: Clang - Debug
|
||||||
compiler: clang
|
compiler: clang
|
||||||
cxxcompiler: clang++
|
cxxcompiler: clang++
|
||||||
libraries: libsdl2-dev
|
libraries: libsdl2-dev
|
||||||
|
- name: Clang - Release
|
||||||
|
compiler: clang
|
||||||
|
cxxcompiler: clang++
|
||||||
|
libraries: libsdl2-dev
|
||||||
|
extra-cmake-parameters: -DCMAKE_BUILD_TYPE=RelWithDebInfo -DOPTION_USE_ASSERTS=OFF
|
||||||
- name: GCC - SDL2
|
- name: GCC - SDL2
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
cxxcompiler: g++
|
cxxcompiler: g++
|
||||||
|
|
Loading…
Reference in New Issue