|
37 | 37 | strategy: |
38 | 38 | fail-fast: false |
39 | 39 | matrix: |
40 | | - os: [ubuntu-latest, macos-15, windows-2025] |
| 40 | + # os: [ubuntu-latest, macos-15, windows-2025] |
| 41 | + os: [windows-2025] |
41 | 42 | # Linux: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/ |
42 | 43 | # macOS: https://download.qt.io/online/qtsdkrepository/mac_x64/desktop/ |
43 | 44 | # Windows: https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/ |
@@ -236,17 +237,18 @@ jobs: |
236 | 237 | windeployqt --debug tests.exe |
237 | 238 | # echo test2 |
238 | 239 | .\tests.exe -txt |
239 | | - # - if: contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '6.' ) |
240 | | - # name: Do Qt 6.3+ Windows tests |
241 | | - # run: | |
242 | | - # cd ..\tests |
243 | | - # qmake6 DEFINES+=INTEGRATION_TESTS |
244 | | - # nmake |
245 | | - # copy ..\build-systems\github\windows\libcrypto-1_1-x64.dll . |
246 | | - # copy ..\build-systems\github\windows\libssl-1_1-x64.dll . |
247 | | - # copy ..\bin\tests\tests.exe . |
248 | | - # windeployqt --debug tests.exe |
249 | | - # .\tests.exe -txt |
| 240 | + - if: contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '6.' ) |
| 241 | + name: Do Qt 6.3+ Windows tests |
| 242 | + run: | |
| 243 | + cd ..\tests |
| 244 | + qmake6 DEFINES+=INTEGRATION_TESTS |
| 245 | + nmake |
| 246 | + copy ..\build-systems\github\windows\libcrypto-1_1-x64.dll . |
| 247 | + copy ..\build-systems\github\windows\libssl-1_1-x64.dll . |
| 248 | + Get-ChildItem -Recurse -Force .. |
| 249 | + copy ..\bin\tests\tests.exe . |
| 250 | + windeployqt --debug tests.exe |
| 251 | + .\tests.exe -txt |
250 | 252 |
|
251 | 253 | # |
252 | 254 | # Build QOwnNotes |
|
0 commit comments