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 efe7d8c commit 3b0e954
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
run: |
sudo apt install -y wine xvfb
sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32
# - name: Checkout
# uses: actions/checkout@v4
- name: Build
run: |
cd Quelea
Expand All @@ -30,9 +28,5 @@ 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
xvfb-run wine innosetup-5.6.1.exe /VERYSILENT /SUPPRESSMSGBOXES
"./gradlew -Dnightly=true -Dversionsuffix=CI-UNSTABLE clean dist"

0 comments on commit 3b0e954

Please sign in to comment.