From 650497bff458a5595eb43a4283f42064ed6c763e Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 19 Feb 2017 18:45:29 +0100 Subject: [PATCH] Debug why some qml imports do not get deployed --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 78bfa8c..bfb8d10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: