mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
[CI] Fork install-qt-action, install Qt docs on Linux and debug info on Windows
Docs are needed for Doxygen links, debug info for linking qtmain.pdb
This commit is contained in:
31
.github/workflows/build.yml
vendored
31
.github/workflows/build.yml
vendored
@@ -67,15 +67,17 @@ jobs:
|
||||
needs: preBuild
|
||||
env:
|
||||
BITROCK_BUILDER: ~/installbuilder/bin/builder
|
||||
QDOC_PATH: $(GITHUB_WORKSPACE)/../Qt/Docs/Qt-5.15.0
|
||||
outputs:
|
||||
warnings: ${{ steps.warnings.outputs.warnings }}
|
||||
|
||||
steps:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
uses: swift-project/install-qt-action@swift
|
||||
with:
|
||||
version: 5.15.0
|
||||
aqtversion: ==0.8
|
||||
aqtversion: ==0.9.2
|
||||
doc: true
|
||||
- name: Download InstallBuilder
|
||||
run: |
|
||||
wget -O ~/installbuilder.run https://installbuilder.com/installbuilder-qt-professional-20.4.0-linux-x64-installer.run
|
||||
@@ -142,8 +144,16 @@ jobs:
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: 5.15.0
|
||||
arch: "win64_msvc2019_64"
|
||||
aqtversion: ">=0.9.0"
|
||||
arch: win64_msvc2019_64
|
||||
aqtversion: ==0.9.2
|
||||
- name: Install Qt debug info
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: 5.15.0
|
||||
arch: win64_msvc2019_64
|
||||
aqtversion: ==0.9.2
|
||||
modules: debug_info
|
||||
extra: --archives qtbase
|
||||
- name: Download InstallBuilder
|
||||
run: |
|
||||
curl.exe --output "$HOME\installbuilder.exe" -L --url https://installbuilder.com/installbuilder-qt-professional-20.4.0-windows-x64-installer.exe
|
||||
@@ -210,8 +220,16 @@ jobs:
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: 5.15.0
|
||||
arch: "win32_msvc2019"
|
||||
aqtversion: ">=0.9.0"
|
||||
arch: win32_msvc2019
|
||||
aqtversion: ==0.9.2
|
||||
- name: Install Qt debug info
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: 5.15.0
|
||||
arch: win32_msvc2019
|
||||
aqtversion: ==0.9.2
|
||||
modules: debug_info
|
||||
extra: --archives qtbase
|
||||
- name: Download InstallBuilder
|
||||
run: |
|
||||
curl.exe --output "$HOME\installbuilder.exe" -L --url https://installbuilder.com/installbuilder-qt-professional-20.4.0-windows-installer.exe
|
||||
@@ -278,6 +296,7 @@ jobs:
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: 5.15.0
|
||||
aqtversion: ==0.9.2
|
||||
- name: Download InstallBuilder
|
||||
run: |
|
||||
wget -O $HOME/installbuilder.dmg https://installbuilder.com/installbuilder-qt-professional-20.4.0-osx-installer.dmg
|
||||
|
||||
Reference in New Issue
Block a user