当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
24 Star 75 Fork 12

LER0ever/EverVim
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.appveyor.yml 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
LER0ever 提交于 2018-05-24 21:21 . fix(ci): don't enable rdp by default
# EverVim Appveyor Autobuild
version: "{build}"
skip_tags: true
init:
- "set PATH=\
%SystemRoot%\\system32\
;%SystemRoot%\
;%SystemRoot%\\System32\\Wbem\
;C:\\Program Files\\7-Zip\
;C:\\Program Files\\Git\\cmd\
;C:\\Program Files\\AppVeyor\\BuildAgent\
;C:\\msys64\\usr\\bin\
"
before_build:
- cd %HOMEPATH%
- appveyor DownloadFile https://github.com/neovim/neovim/releases/download/v0.2.2/nvim-win32.zip
- 7z x nvim-win32.zip -y -o"%APPVEYOR_BUILD_FOLDER%"
- rm -f nvim-win32.zip
- git clone https://github.com/LER0ever/EverVim .EverVim
build_script:
- echo "Building ..."
- cd %HOMEPATH%\.EverVim
- ps: .\Boot-EverVim.ps1
- cd %APPVEYOR_BUILD_FOLDER%
- .\Neovim\bin\nvim.exe --headless +PlugInstall +qa >NUL
after_build:
- xcopy "%HOMEPATH%\.EverVim\bundle" "%APPVEYOR_BUILD_FOLDER%\bundle" /s /e /y /i
- cd %APPVEYOR_BUILD_FOLDER%
- ls
- 7z a EverVim-bundle-win32.zip %APPVEYOR_BUILD_FOLDER%\bundle
on_failure:
- ps: "$blockRdp = $true; iex ((new-object net.webclient).DownloadString((\
'https://raw.githubusercontent.com/appveyor/ci/master/scripts/\
enable-rdp.ps1')))"
artifacts:
- path: EverVim-bundle-win32.zip
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
VimL
1
https://gitee.com/LER0ever/EverVim.git
git@gitee.com:LER0ever/EverVim.git
LER0ever
EverVim
EverVim
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385