Enable automatic tests for wxQt running on GitHub
Also build without wxUIActionSimulator support for now as it is currently broken under wxQt and causes the tests to instantly crash if enabled.
This commit is contained in:
parent
e919ec6ccd
commit
b231522fef
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -135,8 +135,9 @@ jobs:
|
|||
- name: Ubuntu 18.04 wxQt
|
||||
runner: ubuntu-latest
|
||||
container: ubuntu:18.04
|
||||
configure_flags: --with-qt --enable-pch --without-opengl
|
||||
configure_flags: --with-qt --enable-pch --without-opengl --disable-uiactionsim
|
||||
skip_samples: true
|
||||
use_xvfb: true
|
||||
|
||||
env:
|
||||
wxGTK_VERSION: ${{ matrix.gtk_version && matrix.gtk_version || 3 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue