1 Star 0 Fork 0

siyuhong/qBreakpad

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 623 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alexander Makarov 提交于 2016-06-28 12:20 . Update .travis.yml
language: cpp
compiler: gcc
dist: trusty
sudo: required
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
install:
- sudo apt-get install -y --force-yes build-essential g++-4.8 -y
- sudo apt-get install -y --force-yes libudev-dev libts-dev libgl1-mesa-dev libglu1-mesa-dev libasound2-dev libpulse-dev -y
- sudo apt-get install -y --force-yes qtbase5-dev qtdeclarative5-dev libqt5gui5 qttools5-dev-tools qttools5-dev qtmultimedia5-dev
script:
- qmake -qt=qt5 qBreakpad.pro
- make
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jyu_hsy/qBreakpad.git
git@gitee.com:jyu_hsy/qBreakpad.git
jyu_hsy
qBreakpad
qBreakpad
master

搜索帮助