3 Star 0 Fork 0

Gitee 极速下载 / vim-glaive

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/google/vim-glaive
克隆/下载
.travis.yml 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
language: generic
env:
global:
- VROOM_VERSION=0.14.0
jobs:
# This Maktaba version should match the minimum required in bootstrap.vim.
- CI_TARGET=vim MAKTABA_VERSION=1.1.1
- CI_TARGET=vim MAKTABA_VERSION=master
- CI_TARGET=neovim MAKTABA_VERSION=master
before_script:
- sudo apt-get update
- sudo apt-get install python3-dev
- if [ $CI_TARGET = vim ]; then
sudo apt-get install vim-gnome;
elif [ $CI_TARGET = neovim ]; then
eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64" &&
wget https://bootstrap.pypa.io/get-pip.py &&
sudo python3 get-pip.py &&
sudo pip3 install neovim;
fi
- wget https://github.com/google/vroom/releases/download/v${VROOM_VERSION}/vroom_${VROOM_VERSION}-1_all.deb
- sudo dpkg -i ./vroom_${VROOM_VERSION}-1_all.deb
- git clone -b ${MAKTABA_VERSION} https://github.com/google/vim-maktaba.git ../maktaba/
services:
- xvfb
script:
- '[ $CI_TARGET = neovim ] && VROOM_ARGS="--neovim" || VROOM_ARGS=""'
- vroom $VROOM_ARGS --crawl ./vroom/
jobs:
fast_finish: true
1
https://gitee.com/mirrors/vim-glaive.git
git@gitee.com:mirrors/vim-glaive.git
mirrors
vim-glaive
vim-glaive
master

搜索帮助