1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-02-21 20:39:00 +00:00

Debug why some qml imports do not get deployed

This commit is contained in:
probonopd 2017-02-19 18:45:29 +01:00 committed by GitHub
parent 2f25bd30b0
commit 650497bff4

View File

@ -22,7 +22,7 @@ script:
- chmod a+x linuxdeployqt-*.AppImage
- ./linuxdeployqt-*.AppImage appdir/usr/bin/cool-retro-term -qmldir=./app/qml/ -qmldir=./qmltermwidget/
- export VERSION=$(git rev-list --count HEAD).$(git describe --tags | cut -d - -f 3)
- ./linuxdeployqt-*.AppImage appdir/usr/bin/cool-retro-term -qmldir=./app/qml/ -qmldir=./qmltermwidget/ -appimage
- ./linuxdeployqt-*.AppImage appdir/usr/bin/cool-retro-term -qmldir=./app/qml/ -qmldir=./qmltermwidget/ -appimage -verbose=3 2>&1 | grep "name or path is empty" -C 3
# See https://github.com/probonopd/uploadtool/ for a way to upload to GitHub Releases automatically
after_success: