Add CI coverage for --enable-cxx-infallible-new

This commit is contained in:
Slobodan Predolac 2026-06-05 10:51:34 -07:00
parent 160ab9d7f6
commit 07618496fc
4 changed files with 92 additions and 0 deletions

View file

@ -52,6 +52,11 @@ jobs:
CXX: cl.exe
CROSS_COMPILE_32BIT: yes
CONFIGURE_FLAGS: --enable-debug
- env:
CC: gcc
CXX: g++
CONFIGURE_FLAGS: --enable-cxx-infallible-new
EXTRA_CFLAGS: -fcommon
steps:
- uses: actions/checkout@v6