Skip to content

Commit 29426ed

Browse files
committed
Merge branch 'htslib' of github.com:labsquare/fastQt into htslib
2 parents 872381a + cb3fef9 commit 29426ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sudo: required
66
before_install:
77
- sudo add-apt-repository ppa:beineri/opt-qt58-trusty -y
88
- sudo apt-get update
9+
- git submodule update --init --recursive
910

1011
install:
1112
- sudo apt-get install qt58base qt58svg qt58charts-no-lgpl
@@ -40,7 +41,7 @@ script:
4041
- wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
4142
- chmod a+x linuxdeployqt*.AppImage
4243
- 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/
4445
- ./linuxdeployqt*.AppImage ./appdir/usr/bin/* -bundle-non-qt-libs
4546
- ./linuxdeployqt*.AppImage ./appdir/usr/bin/* -appimage
4647
- curl --upload-file ./FastQt*.AppImage https://transfer.sh/FastQt-git.$(git rev-parse --short HEAD)-x86_64.AppImage

0 commit comments

Comments
 (0)