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 8308bc8 commit 37317d6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,21 @@ jobs:
- name: Environment setup
run: |
sudo apt install -y wine xvfb
sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32
sudo dpkg --add-architecture i386
sudo apt-get install wine32
- name: Checkout
uses: actions/checkout@v4
- name: Build
env:
DISPLAY: 99
run: |
echo "Using display $DISPLAY"
Xvfb $DISPLAY &
wine wineboot --init
waitonprocess wineserver
wine innosetup-5.6.1.exe /VERYSILENT /SUPPRESSMSGBOXES
cd Quelea
chmod +x gradlew
chmod +x build-install.sh
"./gradlew -Dnightly=true -Dversionsuffix=CI-UNSTABLE clean dist"
ls -l
./gradlew -Dnightly=true -Dversionsuffix=CI-UNSTABLE clean dist

0 comments on commit 37317d6

Please sign in to comment.