提交 c7ea4007 编写于 作者: Y yejianwu

add travis

上级 660567b3
language: cpp
sudo: required
before_install:
- sudo pip install pycodestyle
script:
- curl -o cpplint.py https://raw.githubusercontent.com/google/styleguide/gh-pages/cpplint/cpplint.py && python cpplint.py --linelength=80 --counting=detailed $(find mace -name "*.h" -or -name "*.cc") && rm -f cpplint.py
- pycodestyle $(find -name "*.py")
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册