Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Apr 29, 2024
1 parent b171bd4 commit b7b13ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,9 @@ jobs:
strategy:
matrix:
include:
- runner: 'ubuntu-20.04'
qtVersion: '5.15.2'
- runner: 'macos-14'
qtVersion: '6.5.3'
qtModules: 'qtimageformats'
- runner: 'macos-14'
qtVersion: '5.15.2'
osSuffix: '_legacy'
- runner: 'windows-2022'
qtVersion: '6.5.3'
qtArch: 'win64_msvc2019_64'
osSuffix: '_64'
qtModules: 'qtimageformats'
- runner: 'windows-2022'
qtVersion: '5.15.2'
qtArch: 'win32_msvc2019'
osSuffix: '_32'
runs-on: ${{ matrix.runner }}
steps:
- name: Set environment variables
Expand Down
2 changes: 2 additions & 0 deletions dist/scripts/macdeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ fi

cd bin

echo "a..."
macdeployqt qView.app
if [ $1 != "" ]; then
echo "b..."
macdeployqt *.app -codesign=- -dmg
mv qView.dmg qView-JDP-$1-macOS$2.dmg
else
Expand Down

0 comments on commit b7b13ad

Please sign in to comment.