MOBILE-2915 scripts: Package desktop app images
parent
ded6099f43
commit
29b959e0f8
|
@ -27,6 +27,10 @@ if [ ! -z $GIT_ORG_PRIVATE ] && [ ! -z $GIT_TOKEN ] ; then
|
||||||
mv *i386.AppImage linux-ia32.AppImage
|
mv *i386.AppImage linux-ia32.AppImage
|
||||||
mv Moodle*.AppImage linux-x64.AppImage
|
mv Moodle*.AppImage linux-x64.AppImage
|
||||||
ls
|
ls
|
||||||
|
|
||||||
|
tar -czvf MoodleDesktop32.tar.gz linux-ia32.AppImage
|
||||||
|
tar -czvf MoodleDesktop64.tar.gz linux-x64.AppImage
|
||||||
|
rm *.AppImage
|
||||||
|
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Linux desktop versions from Travis build $TRAVIS_BUILD_NUMBER"
|
git commit -m "Linux desktop versions from Travis build $TRAVIS_BUILD_NUMBER"
|
||||||
|
|
Loading…
Reference in New Issue