1 Star 2 Fork 0

wanggjghost/quickflux

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 611 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ben Lau 提交于 2017-01-28 01:49 . .travis.yml: Upgrade to qt5.5.1
language : cpp
env:
- DISPLAY=:99.0
compiler:
- gcc
before_install:
- sudo add-apt-repository --yes ppa:beineri/opt-qt551
- sudo add-apt-repository --yes "deb http://download.opensuse.org/repositories/home:/benlau/xUbuntu_15.10 ./"
- sudo apt-get update -qq
- apt-cache search qt5
- sudo apt-get install --force-yes -qq qt55quickcontrols qt55declarative qt55script qt55graphicaleffects qpm
- sh -e /etc/init.d/xvfb start
script:
- source /opt/qt55/bin/qt55-env.sh
- cd tests/quickfluxunittests
- qpm install
- qmake
- make
- ls
- ./quickfluxunittests
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/wanggjghost/quickflux.git
git@gitee.com:wanggjghost/quickflux.git
wanggjghost
quickflux
quickflux
master

搜索帮助