NOISSUE travis: just force it to work.
This commit is contained in:
parent
21490a42bd
commit
384c03c9c5
@ -14,7 +14,7 @@ then
|
||||
sudo apt-get install ${QT_PKG_PREFIX}base ${QT_PKG_PREFIX}svg ${QT_PKG_PREFIX}tools ${QT_PKG_PREFIX}x11extras ${QT_PKG_PREFIX}webkit
|
||||
|
||||
sudo mkdir -p /opt/cmake-3/
|
||||
wget http://www.cmake.org/files/v3.2/cmake-3.2.2-Linux-x86_64.sh
|
||||
wget --no-check-certificate http://www.cmake.org/files/v3.2/cmake-3.2.2-Linux-x86_64.sh
|
||||
sudo sh cmake-3.2.2-Linux-x86_64.sh --skip-license --prefix=/opt/cmake-3/
|
||||
|
||||
export CMAKE_PREFIX_PATH=/opt/$QT_PKG_PREFIX/lib/cmake
|
||||
|
Loading…
Reference in New Issue
Block a user