From 4e9f6b97432de675d567c2019cadb165559ab0f5 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 30 May 2021 18:57:57 +0200 Subject: continuous-integration.yml: start xvfb with automatic server number assignment to fix "Xvfb failed to start" (hopefully) --- .github/workflows/continuous-integration.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index ca56e41..9a76f8a 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -41,15 +41,15 @@ jobs: # NOTE: xvfb-run emulates an XServer and is required when building # Gtk versions (since SciTECO calls itself during the build). - - run: xvfb-run make - - run: sudo xvfb-run make install + - run: xvfb-run -a make + - run: sudo xvfb-run -a make install - name: Run Test Suite - run: xvfb-run make check + run: xvfb-run -a make check - name: Build Developer Documentation run: cd doc && make devdoc # FIXME: Will try to perform an out-of-tree build which will not # work without manual intervention due to Scintilla. -# - run: xvfb-run make distcheck +# - run: xvfb-run -a make distcheck - name: Build Source Tarball run: make dist -- cgit v1.2.3