Test UTF-8 build variant with ASAN too

To avoid adding yet another build, enable UTF-8 and ASAN for the
existing C++20 build.
This commit is contained in:
Vadim Zeitlin 2023-03-05 16:01:12 +01:00
parent b01faaafa5
commit 5cc2983bee

View file

@ -108,10 +108,11 @@ jobs:
skip_samples: true skip_samples: true
use_asan: true use_asan: true
use_xvfb: true use_xvfb: true
- name: Ubuntu 22.04 wxGTK C++20 - name: Ubuntu 22.04 wxGTK UTF-8 C++20
runner: ubuntu-22.04 runner: ubuntu-22.04
configure_flags: --with-cxx=20 configure_flags: --with-cxx=20 --enable-utf8 --enable-utf8only
skip_samples: true use_asan: true
use_xvfb: true
- name: Ubuntu 18.04 wxX11 - name: Ubuntu 18.04 wxX11
runner: ubuntu-latest runner: ubuntu-latest
container: ubuntu:18.04 container: ubuntu:18.04