We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953924b commit 2a30451Copy full SHA for 2a30451
.github/workflows/build-test.yml
@@ -217,12 +217,12 @@ jobs:
217
../bin/tests/tests.app/Contents/MacOS/tests -platform minimal -txt
218
# - if: contains( matrix.os, 'windows') && (startsWith( matrix.qt-version, '5.' ) || matrix.qt-version == '6.2.4')
219
- if: contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '5.' )
220
- name: Do Qt5 / Qt 6.2.4 Windows tests
+ name: Do Qt5 Windows tests
221
run: |
222
$ErrorActionPreference = 'Stop'
223
cd ..\tests
224
qmake DEFINES+=INTEGRATION_TESTS
225
- make
+ mingw32-make
226
copy ..\build-systems\github\windows\libcrypto-1_1-x64.dll .
227
copy ..\build-systems\github\windows\libssl-1_1-x64.dll .
228
Get-ChildItem -Recurse -Force ..
0 commit comments