From 9b0b321ccb2eef167170aa7358051a2d82d5e183 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Fri, 19 Oct 2018 03:25:42 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07f46a9..041cdd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,10 +23,10 @@ build-appimage: - git submodule update --init --recursive script: - /opt/qt511/bin/qt511-env.sh - - /opt/qt511/bin/qmake CONFIG+=release CONFIG+=qtquickcompiler PREFIX=deploy + - /opt/qt511/bin/qmake CONFIG+=release CONFIG+=qtquickcompiler PREFIX=~/deploy - make - make install - - /usr/bin/linuxdeployqt-continuous-x86_64.AppImage deploy/share/applications/org.eu.encom.spectral.desktop -appimage -qmldir=qml -qmldir=imports -qmake=/opt/qt511/bin/qmake + - /usr/bin/linuxdeployqt-continuous-x86_64.AppImage ~/deploy/share/applications/org.eu.encom.spectral.desktop -appimage -qmldir=qml -qmldir=imports -qmake=/opt/qt511/bin/qmake artifacts: paths: - Spectral-x86_64.AppImage \ No newline at end of file