1 Star 0 Fork 0

orkfire/ycmd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
Kadir Cetinkaya 提交于 2018-09-26 11:10 . Introduce clangd_completer.
version: '{build}'
environment:
USE_CLANG_COMPLETER: true
COVERAGE: true
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
arch: 64
python: 37
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
arch: 32
python: 37
# We only test Python 2.7 with MSVC 15 on 64-bit.
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
arch: 64
python: 27
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
arch: 64
python: 37
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
arch: 64
python: 37
YCM_BENCHMARK: true
COVERAGE: false
install:
- ci\appveyor\appveyor_install.bat
build_script:
- ci\appveyor\appveyor_build.bat
after_build:
- if %COVERAGE% == true ( codecov )
# Disable automatic tests
test: off
cache:
- '%LOCALAPPDATA%\pip\cache' # Python packages from pip
- '%APPDATA%\npm-cache' # Node packages from npm
- '%USERPROFILE%\.cargo' # Cargo package deps
- '%APPVEYOR_BUILD_FOLDER%\clang_archives' # Clang downloads
- '%APPVEYOR_BUILD_FOLDER%\third_party\racerd\target' # Racerd compilation
# jdt.ls download
- '%APPVEYOR_BUILD_FOLDER%\third_party\eclipse.jdt.ls\target\cache'
- '%APPVEYOR_BUILD_FOLDER%\third_party\clangd\cache'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/orkfire/ycmd.git
git@gitee.com:orkfire/ycmd.git
orkfire
ycmd
ycmd
master

搜索帮助