Skip to content

Commit

Permalink
Complete mac CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-Beirao authored Nov 24, 2024
1 parent 54e2e8e commit d371a53
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
qmake ..
make
make clean
zip -j dsda-launcher-win64-dev.zip release/dsda-launcher.exe
zip -j dsda-launcher-dev-win64.zip release/dsda-launcher.exe
- uses: actions/upload-artifact@v4
with:
name: dsda-launcher-win64-dev
path: src\build\dsda-launcher-win64-dev.zip
name: dsda-launcher-dev-win64.zip
path: src\build\dsda-launcher-dev-win64.zip
build-linux:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
uses: jurplel/[email protected]
with:
aqtversion: '==3.1.*'
version: '6.6.0'
version: '6.2.0'
host: 'mac'
target: 'desktop'
arch: 'clang_64'
Expand All @@ -107,15 +107,19 @@ jobs:
cd src
mkdir build
cd build
qmake .. "CONFIG+=macdeploy"
qmake .. "macdeploy"
make
make clean
ls
macdeployqt ./dsda-launcher.app
brew install create-dmg
create-dmg--app-drop-link 10 10 ./dsda-launcher-dev-mac.dmg ./dsda-launcher.app
- uses: actions/upload-artifact@v4
with:
name: mac
path: src/build/
name: dsda-launcher-dev-mac.dmg
path: src/build/dsda-launcher-dev-mac.dmg



0 comments on commit d371a53

Please sign in to comment.