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:
parent
89e4f51f62
commit
0964b93ccd
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue