Define wxUSE_XVFB for GitHub CI builds too
This is used in the test code to determine whether it's running under Xvfb.
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -31,6 +31,7 @@ jobs:
|
||||
wxGTK_VERSION: ${{ matrix.gtk_version && matrix.gtk_version || 3 }}
|
||||
wxCONFIGURE_FLAGS: ${{ matrix.configure_flags }}
|
||||
wxUSE_ASAN: ${{ matrix.use_asan && 1 || 0 }}
|
||||
wxUSE_XVFB: ${{ matrix.use_xvfb && 1 || 0 }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Reference in New Issue
Block a user