1 Star 0 Fork 1

debugging / YouCompleteMe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 352 Bytes
一键复制 编辑 原始数据 按行查看 历史
micbou 提交于 2016-02-29 05:31 . Update AppVeyor configuration
version: '{build}'
environment:
matrix:
- arch: 32
python: 35
# We only test Python 2.7 on 64 bits.
- arch: 64
python: 27
- arch: 64
python: 35
install:
- ci\appveyor\appveyor_install.bat
build_script:
- python run_tests.py
# Disable automatic tests
test: off
cache:
- '%LOCALAPPDATA%\pip\cache' # Python packages from pip
1
https://gitee.com/debugging/YouCompleteMe.git
git@gitee.com:debugging/YouCompleteMe.git
debugging
YouCompleteMe
YouCompleteMe
master

搜索帮助