Add a CI build using C++20

This should allow detecting C++20-specific problems, such as warnings
about combining incompatible enums.
This commit is contained in:
Vadim Zeitlin 2022-07-31 21:12:12 +02:00
parent 4b0fa10a29
commit e0dd7b8522

View file

@ -88,6 +88,10 @@ jobs:
skip_samples: true
use_asan: true
use_xvfb: true
- name: Ubuntu 22.04 wxGTK C++20
runner: ubuntu-22.04
configure_flags: --with-cxx=20
skip_samples: true
- name: Ubuntu 18.04 wxX11
runner: ubuntu-18.04
configure_flags: --with-x11 --enable-pch --disable-stc