commit 3780b71d1c29e4b391904c4c4cd9f47cea218ad1
parent 58e33401265a98c6552894cdbc4657407c12fd66
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Sun, 11 Mar 2018 01:47:53 +0100
Update snapcraft.yaml
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
@@ -38,12 +38,12 @@ parts:
export DISPLAY=:0
arch
if [ "$(arch)" = "x86_64" ]; then curl -L --retry 10 --retry-delay 10 -o /root/qt-unified-linux-x64-online.run https://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run; else curl -L --retry 10 --retry-delay 10 -o /root/qt-unified-linux-x86-online.run https://download.qt.io/official_releases/online_installers/qt-unified-linux-x86-online.run; fi
- ls -la ./
+ ls -la /root
if [ "$(arch)" = "x86_64" ]; then ls -la /root/qt-unified-linux-x64-online.run; else ls -la /root/qt-unified-linux-x86-online.run; fi
if [ "$(arch)" = "x86_64" ]; then chmod +x /root/qt-unified-linux-x64-online.run; else chmod +x /root/qt-unified-linux-x86-online.run; fi
echo ${GOPATH}/src/github.com/therecipe/qt/internal/ci/iscript.qs
cat ${GOPATH}/src/github.com/therecipe/qt/internal/ci/iscript.qs
- if [ "$(arch)" = "x86_64" ]; then xvfb-run "/root/qt-unified-linux-x64-online.run --script ${GOPATH}src/github.com/therecipe/qt/internal/ci/iscript.qs" LINUX=true; else xvfb-run "/root/qt-unified-linux-x86-online.run --script ${GOPATH}src/github.com/therecipe/qt/internal/ci/iscript.qs" LINUX=true; fi
+ if [ "$(arch)" = "x86_64" ]; then xvfb-run "sh /root/qt-unified-linux-x64-online.run --script \"${GOPATH}src/github.com/therecipe/qt/internal/ci/iscript.qs\"" LINUX=true; else xvfb-run "sh /root/qt-unified-linux-x86-online.run --script \"${GOPATH}src/github.com/therecipe/qt/internal/ci/iscript.qs\"" LINUX=true; fi
if [ "$(arch)" = "x86_64" ]; then rm -f /root/qt-unified-linux-x64-online.run; else rm -f /root/qt-unified-linux-x86-online.run; fi
export PKG_CONFIG_PATH=/opt/qt58/lib/pkgconfig
export QT_DOC_DIR=/opt/qt58/doc