Add a CI build using wx implementation of container classes

As long as we support building with wxUSE_STD_CONTAINERS==0, we need to
test that this build still works.
This commit is contained in:
Vadim Zeitlin 2023-04-10 20:40:00 +01:00
parent 89e4f51f62
commit 0964b93ccd

View file

@ -104,6 +104,10 @@ jobs:
compiler: clang++-10
configure_flags: --disable-sys-libs
use_xvfb: true
- name: Ubuntu 22.04 wxGTK with wx containers
runner: ubuntu-22.04
configure_flags: --enable-compat30 --disable-std_containers
use_xvfb: true
- name: Ubuntu 22.04 wxGTK with ASAN
runner: ubuntu-22.04
configure_flags: --disable-compat32 --disable-sys-libs