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:
parent
6dd3e96faf
commit
89ad327641
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user