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

This commit is contained in:
Patric Stout 2023-09-17 19:47:55 +02:00 committed by GitHub
parent 3a2509198f
commit c6864637fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -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++