From e793a96bda5210243ad54305803ce6b2f1eb6e48 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Fri, 27 Jan 2023 20:05:37 +0530 Subject: [PATCH] Clean up AppVeyor config [skip ci] --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8c0d372d..d37c277b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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