Skip to content

Commit ef26bb8

Browse files
committed
test
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 32b318e commit ef26bb8

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

.github/workflows/build-test.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
os: [ubuntu-latest, macos-15, windows-2025]
40+
# os: [ubuntu-latest, macos-15, windows-2025]
41+
os: [windows-2025]
4142
# Linux: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/
4243
# macOS: https://download.qt.io/online/qtsdkrepository/mac_x64/desktop/
4344
# Windows: https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/
@@ -236,17 +237,18 @@ jobs:
236237
windeployqt --debug tests.exe
237238
# echo test2
238239
.\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
250252
251253
#
252254
# Build QOwnNotes

0 commit comments

Comments
 (0)