Test Qt Dependencis
This commit is contained in:
Vendored
+5
-5
@@ -7,7 +7,6 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
cleanWs()
|
cleanWs()
|
||||||
checkout scm
|
checkout scm
|
||||||
|
|
||||||
bat '''
|
bat '''
|
||||||
call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Auxiliary\\Build\\vcvars64.bat"
|
call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Auxiliary\\Build\\vcvars64.bat"
|
||||||
|
|
||||||
@@ -23,10 +22,11 @@ pipeline {
|
|||||||
|
|
||||||
copy build\\windows\\test_app.exe dist\\windows\\test_app.exe
|
copy build\\windows\\test_app.exe dist\\windows\\test_app.exe
|
||||||
|
|
||||||
C:\\vcpkg\\installed\\x64-windows\\tools\\Qt6\\bin\\windeployqt.exe ^
|
for /f "delims=" %%i in ('dir /b /s C:\\vcpkg\\installed\\x64-windows\\tools\\Qt6\\windeployqt.exe') do set WINDEPLOYQT=%%i
|
||||||
--release ^
|
|
||||||
--no-translations ^
|
"%WINDEPLOYQT%" --release --no-translations dist\\windows\\test_app.exe
|
||||||
dist\\windows\\test_app.exe
|
|
||||||
|
xcopy /Y /I C:\\vcpkg\\installed\\x64-windows\\bin\\*.dll dist\\windows\\
|
||||||
'''
|
'''
|
||||||
|
|
||||||
archiveArtifacts artifacts: 'dist/windows/**', fingerprint: true
|
archiveArtifacts artifacts: 'dist/windows/**', fingerprint: true
|
||||||
|
|||||||
Reference in New Issue
Block a user