diff options
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 8dd3a0a..d8b5015 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -141,11 +141,10 @@ stage ("Post processing") { tar -xzf $WORKSPACE/qt-$QT_VER-x86-mingw64.tgz -C $WORKSPACE/INST/$QT_VER/x86-mingw64 rm -f $WORKSPACE/qt-$QT_VER-x86-mingw64.tgz cp -f $WORKSPACE/qt.conf $WORKSPACE/INST/$QT_VER/x86-mingw64/bin - mkdir -p $WORKSPACE/INST/$QT_VER/x86-mingw64/xbin - cp -f $WORKSPACE/INST/$QT_VER/x86-linux64-static/bin/* $WORKSPACE/INST/$QT_VER/x86-mingw64/xbin - rm -f $WORKSPACE/INST/$QT_VER/x86-mingw64/xbin/linguist - rm -f $WORKSPACE/INST/$QT_VER/x86-mingw64/xbin/designer - rm -f $WORKSPACE/INST/$QT_VER/x86-mingw64/xbin/assistant + cp -f $WORKSPACE/INST/$QT_VER/x86-linux64-static/bin/* $WORKSPACE/INST/$QT_VER/x86-mingw64/bin + rm -f $WORKSPACE/INST/$QT_VER/x86-mingw64/bin/linguist + rm -f $WORKSPACE/INST/$QT_VER/x86-mingw64/bin/designer + rm -f $WORKSPACE/INST/$QT_VER/x86-mingw64/bin/assistant mkdir -p $WORKSPACE/INST/$QT_VER/x86_64-msvc unzip -qo $WORKSPACE/qt-$QT_VER-x86_64-msvc.zip -d $WORKSPACE/INST/$QT_VER/x86_64-msvc |