Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Dec 18, 2023
1 parent ac083b7 commit 3ed6146
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

0 comments on commit 3ed6146

Please sign in to comment.