From fd3897c2ab2c05fdc7909b46ca82d8db34c5ace6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 30 Jan 2021 22:53:43 +0100 Subject: [PATCH] Enable GUI tests for the selected builds --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c63cf1d9e..23027117c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,20 +26,25 @@ jobs: - name: Ubuntu 16.04 wxGTK 2 runner: ubuntu-16.04 gtk_version: 2 + use_xvfb: true - name: Ubuntu 16.04 wxGTK 3 static runner: ubuntu-16.04 configure_flags: --disable-shared + use_xvfb: true - name: Ubuntu 18.04 wxGTK 2 UTF-8 runner: ubuntu-18.04 gtk_version: 2 configure_flags: --enable-utf8 --enable-utf8only --enable-monolithic + use_xvfb: true - name: Ubuntu 18.04 wxGTK 3 STL runner: ubuntu-18.04 configure_flags: --enable-cxx11 --enable-stl --disable-compat30 + use_xvfb: true - name: Ubuntu 18.04 wxGTK 3 with clang runner: ubuntu-18.04 compiler: clang configure_flags: --disable-sys-libs --with-libcurl + use_xvfb: true - name: Ubuntu 20.04 wxGTK ANSI runner: ubuntu-20.04 configure_flags: --disable-unicode @@ -49,6 +54,7 @@ jobs: configure_flags: --disable-compat30 --disable-sys-libs --with-libcurl skip_samples: true use_asan: true + use_xvfb: true - name: Ubuntu 18.04 wxX11 runner: ubuntu-18.04 configure_flags: --with-x11 --enable-pch --disable-stc