Skip to content

Commit

Permalink
Update CI to Qt 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBriza committed Apr 17, 2024
1 parent 9219899 commit 7b23885
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ on:
branches: [ "master" ]

env:
QT_VERSION: '6.6.0'
QT_VERSION: '6.7.0'
QT_MODULES: 'qtmultimedia qtwebsockets qtimageformats'
EM_VERSION: '3.1.25'
EM_VERSION: '3.1.50'

jobs:
analyze:
Expand Down
28 changes: 6 additions & 22 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
create:

env:
QT_VERSION: '6.6.0'
QT_VERSION: '6.7.0'
QT_MODULES: 'qtmultimedia qtwebsockets qtimageformats'
EM_VERSION: '3.1.25'
EM_VERSION: '3.1.50'

permissions:
contents: write
Expand All @@ -29,18 +29,6 @@ jobs:
security create-keychain -p password build.keychain
security default-keychain -s ~/Library/Keychains/build.keychain
base64 -D <<< "${{ secrets.CERT_APPLE_DISTRIBUTION }}" > Apple_Distribution_Z52EFCPL6D.p7b
security import ./Apple_Distribution_Z52EFCPL6D.p7b -k ~/Library/Keychains/build.keychain -T /usr/bin/codesign
base64 -D <<< "${{ secrets.CERT_APPLE_DEVELOPMENT }}" > Apple_Development_N952V7G2F5.p7b
security import ./Apple_Development_N952V7G2F5.p7b -k ~/Library/Keychains/build.keychain -T /usr/bin/codesign
base64 -D <<< "${{ secrets.CERT_IOS_DEVELOPMENT }}" > Ios_Development_N952V7G2F5.p7b
security import ./Ios_Development_N952V7G2F5.p7b -k ~/Library/Keychains/build.keychain -T /usr/bin/codesign
base64 -D <<< "${{ secrets.CERT_IOS_DISTRIBUTION }}" > Ios_Distribution_N952V7G2F5.p7b
security import ./Ios_Distribution_N952V7G2F5.p7b -k ~/Library/Keychains/build.keychain -T /usr/bin/codesign
base64 -D <<< "${{ secrets.CERT_APPLE_DISTRIBUTION_P12 }}" > Apple_Distribution_Z52EFCPL6D.p12
security import ./Apple_Distribution_Z52EFCPL6D.p12 -k ~/Library/Keychains/build.keychain -P heslo -T /usr/bin/codesign
Expand Down Expand Up @@ -144,18 +132,16 @@ jobs:
host: 'linux'
version: ${{env.QT_VERSION}}
set-env: false
aqtversion: '==3.1.*'
modules: ${{env.QT_MODULES}}
cache: true
cache-key-prefix: ${{ github.job }}-qt-host
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
host: 'linux'
version: ${{env.QT_VERSION}}
host: all_os
target: android
arch: android_armv7
aqtversion: '==3.1.*'
arch: armv7
modules: ${{env.QT_MODULES}}
cache: true
cache-key-prefix: ${{ github.job }}-qt
Expand Down Expand Up @@ -207,18 +193,16 @@ jobs:
with:
version: ${{env.QT_VERSION}}
set-env: false
aqtversion: '==3.1.*'
cache: true
cache-key-prefix: ${{ github.job }}-qt-host
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: ${{env.QT_VERSION}}
host: linux
target: desktop
host: all_os
target: wasm
arch: wasm_singlethread
modules: ${{env.QT_MODULES}}
aqtversion: '==3.1.*'
cache: true
cache-key-prefix: ${{ github.job }}-qt

Expand Down

0 comments on commit 7b23885

Please sign in to comment.