parent
153f24c4e4
commit
f6f6a5661d
12
appveyor.yml
12
appveyor.yml
|
@ -1,6 +1,6 @@
|
|||
version: "{build}"
|
||||
|
||||
clone_depth: 10
|
||||
clone_depth: 5
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
@ -9,10 +9,6 @@ branches:
|
|||
|
||||
build: off
|
||||
|
||||
install:
|
||||
- SET PATH=C:\Ruby%RUBY_FOLDER_VER%\bin;%PATH%
|
||||
- bundle install --retry 5 --jobs=%NUMBER_OF_PROCESSORS% --clean --path vendor\bundle
|
||||
|
||||
environment:
|
||||
BUNDLE_WITHOUT: "benchmark:site:development"
|
||||
matrix:
|
||||
|
@ -29,6 +25,10 @@ environment:
|
|||
- RUBY_FOLDER_VER: "23"
|
||||
TEST_SUITE: "test"
|
||||
|
||||
install:
|
||||
- SET PATH=C:\Ruby%RUBY_FOLDER_VER%\bin;%PATH%
|
||||
- bundle install --retry 5 --jobs=%NUMBER_OF_PROCESSORS% --clean --path vendor\bundle
|
||||
|
||||
test_script:
|
||||
- ruby --version
|
||||
- gem --version
|
||||
|
@ -36,5 +36,5 @@ test_script:
|
|||
- bash ./script/cibuild
|
||||
|
||||
cache:
|
||||
# If one of the files after the right arrow changes, cache will be skipped
|
||||
# If one of the files after the right arrow changes, cache will be invalidated
|
||||
- 'vendor\bundle -> appveyor.yml,Gemfile,jekyll.gemspec'
|
||||
|
|
Loading…
Reference in New Issue