Add: [GitHub] also test if release builds without asserts are warning-free (#11309)

pull/615/head
Patric Stout 9 months ago committed by GitHub
parent 3a2509198f
commit c6864637fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -73,10 +73,15 @@ jobs:
fail-fast: false
matrix:
include:
- name: Clang
- name: Clang - Debug
compiler: clang
cxxcompiler: clang++
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
compiler: gcc
cxxcompiler: g++

Loading…
Cancel
Save