Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Dec 17, 2023
1 parent 576db2e commit 4ed4d87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
chmod +x gradlew
chmod +x build-install.sh
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"
DISPLAY=:0.0 wine innosetup-5.6.1.exe /VERYSILENT /SUPPRESSMSGBOXES
"./gradlew -Dnightly=true -Dversionsuffix=CI-UNSTABLE clean dist"

0 comments on commit 4ed4d87

Please sign in to comment.