Clean up AppVeyor config

[skip ci]
This commit is contained in:
Ashwin Maroli 2023-01-27 20:05:37 +05:30 committed by GitHub
parent 583da3491f
commit e793a96bda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
version: "{build}"
image: Visual Studio 2019
build: off
clone_depth: 5
@ -8,9 +8,7 @@ branches:
only:
- master
- themes
- /.*-stable/
build: off
- /.*-stable$/
environment:
BUNDLE_WITHOUT: "benchmark:development"
@ -36,7 +34,9 @@ environment:
install:
- SET PATH=C:\Ruby%RUBY_FOLDER_VER%-x64\bin;%PATH%
- bundle install --retry 5 --jobs=%NUMBER_OF_PROCESSORS% --clean --path vendor\bundle
- bundle config set --local clean 'true'
- bundle config set --local path 'vendor\bundle'
- bundle install --retry 5 --jobs=%NUMBER_OF_PROCESSORS%
test_script:
- ruby --version