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