mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Run tests in qt6 too
This commit is contained in:
parent
d013abedc1
commit
e2cc1064fe
@ -33,6 +33,11 @@ jobs:
|
|||||||
qmake CONFIG+="7zip" %DEFINES_VAR%
|
qmake CONFIG+="7zip" %DEFINES_VAR%
|
||||||
nmake
|
nmake
|
||||||
displayName: 'Build'
|
displayName: 'Build'
|
||||||
|
- script: |
|
||||||
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\${{ parameters.vc_vars }}"
|
||||||
|
set PATH=C:\Qt\${{ parameters.qt_version }}\${{ parameters.qt_spec }}\bin;%PATH%
|
||||||
|
nmake check TESTARGS="-maxwarnings 100000"
|
||||||
|
displayName: 'Run tests'
|
||||||
# - script: |
|
# - script: |
|
||||||
# set PATH=C:\Qt\${{ parameters.qt_version }}\${{ parameters.qt_spec }}\bin;%PATH%
|
# set PATH=C:\Qt\${{ parameters.qt_version }}\${{ parameters.qt_spec }}\bin;%PATH%
|
||||||
# cd $(Build.SourcesDirectory)\ci\win
|
# cd $(Build.SourcesDirectory)\ci\win
|
||||||
|
Loading…
Reference in New Issue
Block a user