qtcreator-plugins v20

This commit is contained in:
2026-09-09 20:19:01 +03:00
parent bb44385c76
commit ead7784074
+2 -2
View File
@@ -76,9 +76,9 @@ pipeline {
sh 'cd /soft/windows/qt-creator && cp -vfrL /soft/windows/bin/* ./bin/ && rm -vf ./bin/llvm-*'
sh 'cd /soft/windows/qt-creator && cp -vf /usr/lib/gcc/x86_64-w64-mingw32/14-posix/*.dll ./bin/'
sh 'cd /soft/windows/qt-creator && for f in $(ls ./bin/*); do if [[ $(file -b $f | grep "ELF 64-bit") ]]; then rm -v $f; fi; done'
sh 'cd /soft/windows/qt-creator && zip -qr /soft/qt-creator-19_win_x64.zip *'
sh 'cd /soft/windows/qt-creator && zip -qr /soft/qt-creator-20_win_x64.zip *'
sh 'rm ./* || true'
sh 'mv -v /soft/qt-creator-19_win_x64.zip ./'
sh 'mv -v /soft/qt-creator-20_win_x64.zip ./'
archiveArtifacts 'qt-creator-*.zip'
}
}