Skip to content
Snippets Groups Projects
Commit 2d386966 authored by Samuli Piippo's avatar Samuli Piippo
Browse files

upload automotive toolchain and image


Change-Id: If7a925c688c99d3af1f864c24b187df2beacf709
Reviewed-by: default avatarTeemu Holappa <teemu.holappa@theqtcompany.com>
parent 5a98998f
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,14 @@ set -e
RELEASE=5.6
UPLOADPATH=QT@ci-files02-hki.ci.local:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/
if [ ${AUTOMOTIVE} = "true" ]; then
scp tmp/deploy/sdk/b2qt-glibc-x86_64-meta-toolchain-b2qt-embedded-qt5-sdk-*.sh ${UPLOADPATH}/b2qt-x86_64-automotive-toolchain-${MACHINE}.sh
if [ -e tmp/deploy/images/${MACHINE}/b2qt-automotive-qt5-image-${MACHINE}.sdcard ]; then
scp tmp/deploy/images/${MACHINE}/b2qt-automotive-qt5-image-${MACHINE}.sdcard ${UPLOADPATH}/b2qt-automotive-qt5-image-${MACHINE}.img
fi
exit 0
fi
if [ ${MACHINE} = "emulator" ]; then
cp tmp/deploy/images/emulator/b2qt-embedded-image-emulator.hdd .
gzip b2qt-embedded-image-emulator.hdd -f
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment