File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ sudo: required
6
6
before_install :
7
7
- sudo add-apt-repository ppa:beineri/opt-qt58-trusty -y
8
8
- sudo apt-get update
9
+ - git submodule update --init --recursive
9
10
10
11
install :
11
12
- sudo apt-get install qt58base qt58svg qt58charts-no-lgpl
@@ -40,7 +41,7 @@ script:
40
41
- wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
41
42
- chmod a+x linuxdeployqt*.AppImage
42
43
- unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
43
- - LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/htslib/
44
+ - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/htslib/
44
45
- ./linuxdeployqt*.AppImage ./appdir/usr/bin/* -bundle-non-qt-libs
45
46
- ./linuxdeployqt*.AppImage ./appdir/usr/bin/* -appimage
46
47
- curl --upload-file ./FastQt*.AppImage https://transfer.sh/FastQt-git.$(git rev-parse --short HEAD)-x86_64.AppImage
You can’t perform that action at this time.
0 commit comments