From 3ed61460a39ea2274a31da68b4155d6082fa96c0 Mon Sep 17 00:00:00 2001 From: berry120 Date: Mon, 18 Dec 2023 00:09:53 +0000 Subject: [PATCH] Add workflow --- .github/workflows/build.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f6f6de470..11835b1e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,11 @@ jobs: sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32 - name: Checkout uses: actions/checkout@v4 + - name: Run headless test + uses: coactions/setup-xvfb@v1 + with: + run: | + - name: Build run: | cd Quelea @@ -30,9 +35,9 @@ jobs: wget http://files.jrsoftware.org/is/5/innosetup-5.6.1.exe echo "BOOTING WINE" wineboot --update - echo "INIT VFB" - Xvfb :0 -screen 0 1024x768x16 & - echo "RUN WINE INNOSETUP" - export DISPLAY=:0 - wine innosetup-5.6.1.exe /VERYSILENT /SUPPRESSMSGBOXES +# echo "INIT VFB" +# Xvfb :0 -screen 0 1024x768x16 & +# echo "RUN WINE INNOSETUP" +# export DISPLAY=:0 + xvfb-run wine innosetup-5.6.1.exe /VERYSILENT /SUPPRESSMSGBOXES "./gradlew -Dnightly=true -Dversionsuffix=CI-UNSTABLE clean dist"