1 Star 0 Fork 0

谢官峰 / zinit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 967 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
language: ruby
dist: bionic
rvm:
- 2.6
install: gem install asciidoctor-pdf --pre
git:
depth: 1
branches:
only:
- master
addons:
apt:
packages:
- zsh
- mailutils
env:
global:
- ENCRYPTION_LABEL: "de1faff15945"
- COMMIT_AUTHOR_EMAIL: "psprint@zdharma.org"
before_script:
- sudo apt-get install -y zsh mailutils
- zsh --version
- >-
zsh -c 'print -rl -- "ZSH_VERSION: $ZSH_VERSION" "ZSH_PATCHLEVEL: $ZSH_PATCHLEVEL" "OSTYPE: $OSTYPE" "CPUTYPE: $CPUTYPE" "MACHTYPE: $MACHTYPE"'
script:
- git fetch --depth=1 origin tests:tests
- git worktree add test tests
- make
- make -C zsdoc pdf
- share/deploy_doc.sh
- make -C test test VERBOSE=1
- make -C test testB VERBOSE=1
- make -C test testC VERBOSE=1
- make -C test testD VERBOSE=1
- make -C test testE VERBOSE=1
notifications:
irc:
channels:
- "chat.freenode.net#zplugin"
on_success: change # default: always
on_failure: change # default: always
skip_join: true
1
https://gitee.com/mars79668/zinit.git
git@gitee.com:mars79668/zinit.git
mars79668
zinit
zinit
master

搜索帮助