1 Star 0 Fork 0

散漫小主 / handy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 822 Bytes
一键复制 编辑 原始数据 按行查看 历史
JovanyWang 提交于 2018-09-02 15:39 . Add clang-format to CI.
sudo: required
language: cpp
compiler: g++
matrix:
include:
# Job1: This is the job of building project in linux os.
- os: linux
dist: trusty
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
install:
- sudo apt-get install -qq g++-4.8
- export CXX="g++-4.8"
script: make && sudo ./handy_test
notifications:
email: true
# Job2: This is the job of checking code style.
- os: linux
dist: trusty
env: LINT=1 PYTHON=2.7
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq clang-format-3.8
install: []
script:
- sudo bash .travis/check-git-clang-format.sh
1
https://gitee.com/YuXiaoXiang_930/handy.git
git@gitee.com:YuXiaoXiang_930/handy.git
YuXiaoXiang_930
handy
handy
master

搜索帮助