Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 16 additions & 15 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
version: "{build}"
image: Visual Studio 2019
build: off

clone_depth: 5

branches:
only:
- main

build: off

environment:
matrix:
- RUBY_FOLDER_VER: "26"
JEKYLL_VERSION: "4.0"
- RUBY_FOLDER_VER: "27"
JEKYLL_VERSION: "4.3"
FARADAY_VERSION: "1.0"
- RUBY_FOLDER_VER: "27"
JEKYLL_VERSION: "3.9.0"
FARADAY_VERSION: "1.0"
- RUBY_FOLDER_VER: "26"
JEKYLL_VERSION: "4.0"
FARADAY_VERSION: "0.17"
- RUBY_FOLDER_VER: "26"
JEKYLL_VERSION: "3.7"
- RUBY_FOLDER_VER: "30"
JEKYLL_VERSION: "4.3"
FARADAY_VERSION: "1.0"
- RUBY_FOLDER_VER: "26"
JEKYLL_VERSION: "3.7"
FARADAY_VERSION: "0.17"
- RUBY_FOLDER_VER: "25"

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
Expand All @@ -33,5 +34,5 @@ test_script:
- bash ./script/test

cache:
# If one of the files after the right arrow changes, cache will be invalidated
- 'vendor\bundle -> appveyor.yml,Gemfile,jekyll-github-metadata.gemspec'
# Cache will be invalidated if 'appveyor.yml' changes.
- 'vendor\bundle -> appveyor.yml'