1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-09 13:50:06 +08:00

Add github/page check

This commit is contained in:
wsdjeg 2018-01-20 22:40:48 +08:00
parent 6dd3e96faf
commit 89ad327641
2 changed files with 6 additions and 1 deletions

View File

@ -29,5 +29,8 @@ elif [ "$LINT" = "vader" ]; then
covimerage -vv xml --omit 'build/*' covimerage -vv xml --omit 'build/*'
pip install codecov pip install codecov
codecov -X search gcov pycov -f coverage.xml codecov -X search gcov pycov -f coverage.xml
elif [ "$LINT" = "jekyll" ]; then
cd docs
bundle exec jekyll build --drafts
fi fi
set +x set +x

View File

@ -16,7 +16,8 @@ notifications:
on_success: never # default: change on_success: never # default: change
on_failure: never # default: always on_failure: never # default: always
cache: cache:
- directories: bundler: true
directories:
- $HOME/cache/ - $HOME/cache/
- $HOME/deps - $HOME/deps
@ -27,6 +28,7 @@ env:
jobs: jobs:
include: include:
- env: LINT=jekyll
- env: LINT=vimlint-errors VIM=nvim VIM_VERSION=v0.2.0 - env: LINT=vimlint-errors VIM=nvim VIM_VERSION=v0.2.0
- env: LINT=vimlint VIM=nvim VIM_VERSION=v0.2.0 - env: LINT=vimlint VIM=nvim VIM_VERSION=v0.2.0
- env: LINT=vint-errors VIM=nvim VIM_VERSION=v0.2.0 - env: LINT=vint-errors VIM=nvim VIM_VERSION=v0.2.0