mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Dropped MacOS Qt5 build
This commit is contained in:
parent
3658c09403
commit
94d62ab2b8
30
.github/workflows/osx.yml
vendored
30
.github/workflows/osx.yml
vendored
@ -6,32 +6,8 @@ on:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
qt5:
|
build:
|
||||||
name: GPXSee Qt5 build
|
name: GPXSee
|
||||||
runs-on: macos-12
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Install Qt
|
|
||||||
uses: jurplel/install-qt-action@v4
|
|
||||||
with:
|
|
||||||
version: '5.15.2'
|
|
||||||
- name: Create localization
|
|
||||||
run: lrelease gpxsee.pro
|
|
||||||
- name: Configure build
|
|
||||||
run: qmake gpxsee.pro
|
|
||||||
- name: Build project
|
|
||||||
run: make -j3
|
|
||||||
- name: Create DMG
|
|
||||||
run: macdeployqt GPXSee.app -dmg -appstore-compliant
|
|
||||||
- name: Upload artifacts
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: GPXSee-qt5.dmg
|
|
||||||
path: GPXSee.dmg
|
|
||||||
|
|
||||||
qt6:
|
|
||||||
name: GPXSee Qt6 build
|
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -39,7 +15,7 @@ jobs:
|
|||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v4
|
uses: jurplel/install-qt-action@v4
|
||||||
with:
|
with:
|
||||||
version: '6.7.2'
|
version: '6.8.0'
|
||||||
modules: qtpositioning qtserialport qtimageformats
|
modules: qtpositioning qtserialport qtimageformats
|
||||||
- name: Create localization
|
- name: Create localization
|
||||||
run: lrelease gpxsee.pro
|
run: lrelease gpxsee.pro
|
||||||
|
Loading…
Reference in New Issue
Block a user