added qt6 modules installation to github actions
This commit is contained in:
parent
0a39866045
commit
813dced6df
2 changed files with 11 additions and 8 deletions
15
.github/workflows/deploy.yml
vendored
15
.github/workflows/deploy.yml
vendored
|
|
@ -19,6 +19,7 @@ jobs:
|
||||||
host: 'linux'
|
host: 'linux'
|
||||||
target: 'desktop'
|
target: 'desktop'
|
||||||
arch: 'gcc_64'
|
arch: 'gcc_64'
|
||||||
|
modules: 'qtremoteobjects qt5compat'
|
||||||
dir: ${{ runner.temp }}
|
dir: ${{ runner.temp }}
|
||||||
setup-python: 'true'
|
setup-python: 'true'
|
||||||
tools: 'tools_ifw'
|
tools: 'tools_ifw'
|
||||||
|
|
@ -49,14 +50,8 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: [32, 64]
|
arch: [64]
|
||||||
include:
|
include:
|
||||||
- qt-arch: 'win32_msvc2019'
|
|
||||||
arch: 32
|
|
||||||
- qt-msvc-path: 'msvc2019'
|
|
||||||
arch: 32
|
|
||||||
- msvc-arch: 'x86'
|
|
||||||
arch: 32
|
|
||||||
- qt-arch: 'win64_msvc2019_64'
|
- qt-arch: 'win64_msvc2019_64'
|
||||||
arch: 64
|
arch: 64
|
||||||
- qt-msvc-path: 'msvc2019_64'
|
- qt-msvc-path: 'msvc2019_64'
|
||||||
|
|
@ -86,6 +81,7 @@ jobs:
|
||||||
host: 'windows'
|
host: 'windows'
|
||||||
target: 'desktop'
|
target: 'desktop'
|
||||||
arch: '${{ matrix.qt-arch }}'
|
arch: '${{ matrix.qt-arch }}'
|
||||||
|
modules: 'qtremoteobjects qt5compat'
|
||||||
dir: ${{ runner.temp }}
|
dir: ${{ runner.temp }}
|
||||||
setup-python: 'true'
|
setup-python: 'true'
|
||||||
tools: 'tools_ifw'
|
tools: 'tools_ifw'
|
||||||
|
|
@ -127,10 +123,12 @@ jobs:
|
||||||
version: ${{ env.QT_VERSION }}
|
version: ${{ env.QT_VERSION }}
|
||||||
host: 'mac'
|
host: 'mac'
|
||||||
target: 'ios'
|
target: 'ios'
|
||||||
|
modules: 'qtremoteobjects qt5compat'
|
||||||
dir: ${{ runner.temp }}
|
dir: ${{ runner.temp }}
|
||||||
setup-python: 'true'
|
setup-python: 'true'
|
||||||
set-env: 'true'
|
set-env: 'true'
|
||||||
extra: '--external 7z'
|
extra: '--external 7z'
|
||||||
|
aqtversion: '==3.0.*'
|
||||||
|
|
||||||
- name: 'Install go'
|
- name: 'Install go'
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
|
|
@ -180,6 +178,7 @@ jobs:
|
||||||
host: 'mac'
|
host: 'mac'
|
||||||
target: 'desktop'
|
target: 'desktop'
|
||||||
arch: 'clang_64'
|
arch: 'clang_64'
|
||||||
|
modules: 'qtremoteobjects qt5compat'
|
||||||
dir: ${{ runner.temp }}
|
dir: ${{ runner.temp }}
|
||||||
setup-python: 'true'
|
setup-python: 'true'
|
||||||
tools: 'tools_ifw'
|
tools: 'tools_ifw'
|
||||||
|
|
@ -219,7 +218,7 @@ jobs:
|
||||||
host: 'linux'
|
host: 'linux'
|
||||||
target: 'android'
|
target: 'android'
|
||||||
arch: 'android'
|
arch: 'android'
|
||||||
modules: 'qtcharts qtdatavis3d qtpurchasing qtnetworkauth qtscript'
|
modules: 'qtremoteobjects qt5compat'
|
||||||
dir: ${{ runner.temp }}
|
dir: ${{ runner.temp }}
|
||||||
setup-python: 'true'
|
setup-python: 'true'
|
||||||
set-env: 'true'
|
set-env: 'true'
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo "Build script started ..."
|
echo "Build script started ..."
|
||||||
|
|
||||||
|
ls "/Users/runner/work/_temp/Qt/6.4.0/"
|
||||||
|
# sed 's/macos/ios/' /Users/runner/work/_temp/Qt/6.4.0/ios/bin/qmake > /Users/runner/work/_temp/Qt/6.4.0/ios/bin/qmake
|
||||||
|
cat /Users/runner/work/_temp/Qt/6.4.0/ios/bin/qmake
|
||||||
|
|
||||||
set -o errexit -o nounset
|
set -o errexit -o nounset
|
||||||
|
|
||||||
# Hold on to current directory
|
# Hold on to current directory
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue