1 Star 0 Fork 19

zb872676223/TaoLogger

forked from Qt进阶之路/TaoLogger 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
涛哥威威 提交于 2019-05-01 02:06 . init version
language: cpp
sudo: required
compiler: gcc
env: QT_BASE="512"
matrix:
include:
- os: linux
dist: xenial
cache:
bundler: true
apt: true
directories:
- /opt/qt512/
- os: osx
osx_image: xcode10.2
cache:
bundler: true
directories:
- /usr/local/Cellar/qt/5.12.2/
- os: osx
osx_image: xcode9.4
cache:
bundler: true
directories:
- /usr/local/Cellar/qt/5.12.2/
group: deprecated-2019Q1
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install qt; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository ppa:beineri/opt-qt-5.12.3-xenial -y; sudo apt-get update -qq; sudo apt-get install -y libglew-dev libglfw3-dev; sudo apt-get install -y qt512-meta-minimal; fi
script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then source /opt/qt512/bin/qt512-env.sh; qmake ; make ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then /usr/local/Cellar/qt/5.12.2/bin/qmake ; make ; fi
notifications:
email: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zb872676223/TaoLogger.git
git@gitee.com:zb872676223/TaoLogger.git
zb872676223
TaoLogger
TaoLogger
master

搜索帮助