From 4e95fbb0286e33bf25f6e3803f2018a0a232a0b5 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Fri, 16 Jun 2017 14:26:52 +0200 Subject: [PATCH] Use version 2.6.3 of qglviewer instead of master --- .travis/build_package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/build_package.sh b/.travis/build_package.sh index 4db46faba23..2bb583ef54d 100755 --- a/.travis/build_package.sh +++ b/.travis/build_package.sh @@ -19,7 +19,7 @@ function build_demo { cd build-travis if [ $NEED_3D = 1 ]; then #install libqglviewer - git clone --depth=1 https://github.com/GillesDebunne/libQGLViewer.git ./qglviewer + git clone --depth=4 -b v2.6.3 --single-branch https://github.com/GillesDebunne/libQGLViewer.git ./qglviewer pushd ./qglviewer/QGLViewer #use qt5 instead of qt4 export QT_SELECT=5