1 Star 0 Fork 0

shaopengyuan/DriverFramework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 758 Bytes
一键复制 编辑 原始数据 按行查看 历史
Julian Oes 提交于 2018-11-15 10:20 . travis: update to XCode 9.4
# Build and autotest script for DriverFramework
# http://travis-ci.org
language: cpp
matrix:
fast_finish: true
include:
- os: linux
dist: trusty
sudo: false
compiler: gcc
- os: linux
dist: trusty
sudo: false
compiler: clang
- os: osx
osx_image: xcode9.4
sudo: true
addons:
apt:
sources:
- kubuntu-backports
- ubuntu-toolchain-r-test
- george-edison55-precise-backports
packages:
- build-essential
- clang-3.5
- cmake
before_script:
- export PATH=~/bin:$PATH
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
brew update;
brew install astyle;
fi
script:
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
make check-style;
fi
- make run
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shaopengyuan/DriverFramework.git
git@gitee.com:shaopengyuan/DriverFramework.git
shaopengyuan
DriverFramework
DriverFramework
master

搜索帮助