parent
153f24c4e4
commit
f6f6a5661d
12
appveyor.yml
12
appveyor.yml
|
@ -1,6 +1,6 @@
|
||||||
version: "{build}"
|
version: "{build}"
|
||||||
|
|
||||||
clone_depth: 10
|
clone_depth: 5
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -9,10 +9,6 @@ branches:
|
||||||
|
|
||||||
build: off
|
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:
|
environment:
|
||||||
BUNDLE_WITHOUT: "benchmark:site:development"
|
BUNDLE_WITHOUT: "benchmark:site:development"
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -29,6 +25,10 @@ environment:
|
||||||
- RUBY_FOLDER_VER: "23"
|
- RUBY_FOLDER_VER: "23"
|
||||||
TEST_SUITE: "test"
|
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:
|
test_script:
|
||||||
- ruby --version
|
- ruby --version
|
||||||
- gem --version
|
- gem --version
|
||||||
|
@ -36,5 +36,5 @@ test_script:
|
||||||
- bash ./script/cibuild
|
- bash ./script/cibuild
|
||||||
|
|
||||||
cache:
|
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'
|
- 'vendor\bundle -> appveyor.yml,Gemfile,jekyll.gemspec'
|
||||||
|
|
Loading…
Reference in New Issue