|
18 | 18 | - CMAKE_GENERATOR_PLATFORM: x64 |
19 | 19 | VCPKG_TARGET_TRIPLET: x64-windows |
20 | 20 | VCPKG_PLATFORM_TOOLSET: v143 |
21 | | - qt_version: 6.9.2 |
| 21 | + qt_version: 6.9.3 |
22 | 22 | qt_arch: win64_msvc2022_64 |
23 | 23 | qt_modules: qtscxml qtmultimedia qtimageformats qtserialport qt5compat qtwebsockets qtpositioning qtwebchannel qtwebengine |
24 | 24 | BUILD_TYPE: Release |
|
27 | 27 | - CMAKE_GENERATOR_PLATFORM: arm64 |
28 | 28 | VCPKG_TARGET_TRIPLET: arm64-windows |
29 | 29 | VCPKG_PLATFORM_TOOLSET: v143 |
30 | | - qt_version: 6.9.2 |
| 30 | + qt_version: 6.9.3 |
31 | 31 | qt_arch: win64_msvc2022_arm64 |
32 | | - qt_modules: qt5compat qtimageformats qtmultimedia qtpositioning qtscxml qtserialport qtwebchannel qtwebsockets |
| 32 | + qt_modules: qt5compat qtimageformats qtmultimedia qtpositioning qtscxml qtserialport qtwebchannel qtwebsockets qtwebengine |
33 | 33 | BUILD_TYPE: Release |
34 | 34 | os: windows-11-arm |
35 | 35 |
|
@@ -337,7 +337,7 @@ jobs: |
337 | 337 |
|
338 | 338 | - name: qtkeychain6 |
339 | 339 | working-directory: ${{env.SOURCE_DIR}} |
340 | | - if: ${{ matrix.qt_version == '6.9.2' }} |
| 340 | + if: ${{ matrix.qt_version == '6.9.3' }} |
341 | 341 | run: | |
342 | 342 | IF NOT EXIST ${{env.INSTALL_DIR}}/lib/cmake/Qt6Keychain ( |
343 | 343 | git clone -b 0.15.0 "https://github.com/frankosterfeld/qtkeychain.git" |
@@ -381,7 +381,7 @@ jobs: |
381 | 381 | run: git clone https://github.com/KangLin/RabbitCommon.git |
382 | 382 |
|
383 | 383 | - name: Build RabbitRemoteControl with cmake preset |
384 | | - if: false #${{ matrix.BUILD_TYPE == 'Release' && matrix.qt_version == '6.9.2' && startsWith(github.ref, 'refs/heads/master')}} |
| 384 | + if: false #${{ matrix.BUILD_TYPE == 'Release' && matrix.qt_version == '6.9.3' && startsWith(github.ref, 'refs/heads/master')}} |
385 | 385 | working-directory: ${{github.workspace}} |
386 | 386 | env: |
387 | 387 | RabbitCommon_ROOT: ${{env.SOURCE_DIR}}/RabbitCommon |
@@ -424,13 +424,13 @@ jobs: |
424 | 424 | cmake --build . --config ${{matrix.BUILD_TYPE}} |
425 | 425 | IF "${{matrix.BUILD_TYPE}}" == "Release" ( |
426 | 426 | echo "cmake install config: ${{matrix.BUILD_TYPE}} component: DependLibraries" |
427 | | - cmake --install . --config ${{matrix.BUILD_TYPE}} --component DependLibraries --strip |
| 427 | + cmake --install . --config ${{matrix.BUILD_TYPE}} --component DependLibraries |
428 | 428 | echo "cmake install config: ${{matrix.BUILD_TYPE}} component: Runtime" |
429 | | - cmake --install . --config ${{matrix.BUILD_TYPE}} --component Runtime --strip |
| 429 | + cmake --install . --config ${{matrix.BUILD_TYPE}} --component Runtime |
430 | 430 | echo "cmake install config: ${{matrix.BUILD_TYPE}} component: Plugin" |
431 | | - cmake --install . --config ${{matrix.BUILD_TYPE}} --component Plugin --strip |
| 431 | + cmake --install . --config ${{matrix.BUILD_TYPE}} --component Plugi |
432 | 432 | echo "cmake install config: ${{matrix.BUILD_TYPE}} component: Application" |
433 | | - cmake --install . --config ${{matrix.BUILD_TYPE}} --component Application --strip |
| 433 | + cmake --install . --config ${{matrix.BUILD_TYPE}} --component Application |
434 | 434 | ) else ( |
435 | 435 | echo "cmake install config: ${{matrix.BUILD_TYPE}} component: Runtime Application Plugin" |
436 | 436 | cmake --install . --config ${{matrix.BUILD_TYPE}} --component Runtime |
@@ -478,7 +478,7 @@ jobs: |
478 | 478 | #${{env.BUILD_DIR}}\RabbitRemoteControl_${{env.RabbitRemoteControl_VERSION}}_${{matrix.qt_arch}}_qt${{matrix.qt_version}}_Portable.zip |
479 | 479 |
|
480 | 480 | - name: Update artifact update_windows.xml |
481 | | - if: ${{ matrix.BUILD_TYPE == 'Release' && matrix.qt_version == '6.9.2' }} |
| 481 | + if: ${{ matrix.BUILD_TYPE == 'Release' && matrix.qt_version == '6.9.3' }} |
482 | 482 | uses: actions/upload-artifact@v4 |
483 | 483 | with: |
484 | 484 | name: ${{ env.artifact_name }}_${{matrix.qt_version}}_${{matrix.qt_arch}}_xml |
|
0 commit comments