Skip to content
代码片段 群组 项目
提交 ad42bb7e 编辑于 作者: Thiago Macieira's avatar Thiago Macieira
浏览文件

Update travis to support Qt 5.6


The qt55 repository disappeared.

Signed-off-by: default avatarThiago Macieira <thiago.macieira@intel.com>
上级 5170a8f5
No related branches found
No related tags found
无相关合并请求
......@@ -3,13 +3,13 @@ os:
- linux
- osx
env:
- CFLAGS="-O0 -g" QMAKEFLAGS="-config debug" PATH=/opt/qt55/bin:/usr/local/opt/qt5/bin:$PATH
- CFLAGS="-O0 -g" QMAKEFLAGS="-config debug" PATH=/opt/qt56/bin:/usr/local/opt/qt5/bin:$PATH
install:
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
sudo apt-add-repository -y ppa:beineri/opt-qt55;
sudo apt-add-repository -y ppa:beineri/opt-qt56;
sudo apt-add-repository -y ppa:ubuntu-toolchain-r/test;
sudo apt-get update -qq;
sudo apt-get install -y qt55base valgrind g++-5;
sudo apt-get install -y qt56base valgrind g++-5;
else
brew install qt5;
fi
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册