mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 02:25:26 +00:00
Travis test
This commit is contained in:
parent
821602eabd
commit
40bd1080f4
@ -7,8 +7,8 @@ dist: trusty
|
||||
before_install:
|
||||
- sudo add-apt-repository ppa:beineri/opt-qt562-trusty -y
|
||||
- sudo apt-get update -qq
|
||||
|
||||
install:
|
||||
|
||||
install:
|
||||
- sudo apt-get -y install qt56base qt56webengine
|
||||
- source /opt/qt5*/bin/qt5*-env.sh
|
||||
|
||||
@ -25,10 +25,10 @@ script:
|
||||
- mkdir -p appdir/usr/share/radare2 && cp -Lr /usr/share/radare2/*-git/ appdir/usr/share/radare2/ && find appdir/
|
||||
|
||||
after_success:
|
||||
- wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
|
||||
- wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
|
||||
- chmod a+x linuxdeployqt*.AppImage
|
||||
- unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
|
||||
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=2
|
||||
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage -verbose=2
|
||||
- find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
|
||||
- curl --upload-file ./Iai*.AppImage https://transfer.sh/Iaito-git.$(git rev-parse --short HEAD)-x86_64.AppImage
|
||||
- ls Cut*.AppImage
|
||||
|
Loading…
Reference in New Issue
Block a user