mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-09 07:27:01 +00:00
AppImage: add appimagelint test
This commit is contained in:
parent
f90a674707
commit
fd6a082a0b
@ -33,7 +33,7 @@ before_deploy:
|
|||||||
- mkdir dist_bintray
|
- mkdir dist_bintray
|
||||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then travis/macos-deploy.sh ; fi
|
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then travis/macos-deploy.sh ; fi
|
||||||
- if [ "$TRAVIS_OS_NAME" == "linux" ] && [ "$BUILD_DESTINATION" == "snapcraft" ]; then mv syncplay_build_amd64.snap dist_bintray/syncplay_${VER}_amd64.snap ; fi
|
- if [ "$TRAVIS_OS_NAME" == "linux" ] && [ "$BUILD_DESTINATION" == "snapcraft" ]; then mv syncplay_build_amd64.snap dist_bintray/syncplay_${VER}_amd64.snap ; fi
|
||||||
- if [ "$TRAVIS_OS_NAME" == "linux" ] && [ "$BUILD_DESTINATION" == "appimage" ]; then mv Syncplay*.AppImage dist_bintray/ ; fi
|
- if [ "$TRAVIS_OS_NAME" == "linux" ] && [ "$BUILD_DESTINATION" == "appimage" ]; then travis/appimage-deploy.sh ; fi
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
6
travis/appimage-deploy.sh
Executable file
6
travis/appimage-deploy.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
wget https://github.com/TheAssassin/appimagelint/releases/download/continuous/appimagelint-x86_64.AppImage
|
||||||
|
chmod a+x appimagelint-x86_64.AppImage
|
||||||
|
./appimagelint-x86_64.AppImage Syncplay*.AppImage
|
||||||
|
mv Syncplay*.AppImage dist_bintray/
|
Loading…
Reference in New Issue
Block a user