1 Star 0 Fork 1

chxuan / YouCompleteMe_linux_with_clang

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 420 Bytes
一键复制 编辑 原始数据 按行查看 历史
程煊 提交于 2019-08-24 09:08 . update code
version: '{build}'
image: Visual Studio 2017
environment:
COVERAGE: true
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
after_build:
- codecov
# Disable automatic tests
test: off
cache:
- '%LOCALAPPDATA%\pip\cache' # Python packages from pip
1
https://gitee.com/chxuan/YouCompleteMe_linux_with_clang.git
git@gitee.com:chxuan/YouCompleteMe_linux_with_clang.git
chxuan
YouCompleteMe_linux_with_clang
YouCompleteMe_linux_with_clang
master

搜索帮助