Changeset - r27931:508a5c43327c
[Not reviewed]
master
0 1 0
Patric Stout - 15 months ago 2023-09-17 17:47:55
truebrain@openttd.org
Add: [GitHub] also test if release builds without asserts are warning-free (#11309)
1 file changed with 6 insertions and 1 deletions:
0 comments (0 inline, 0 general)
.github/workflows/ci-build.yml
Show inline comments
 
@@ -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++
0 comments (0 inline, 0 general)