Sha256: e17eb34e538e4fd05630bdf80bcf7f89b3a4747163f4235bbbde8f6e2099ac83

Contents?: true

Size: 543 Bytes

Versions: 6

Compression:

Stored size: 543 Bytes

Contents

version: "{build}"
clone_depth: 5
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:
  matrix:
    - RUBY_FOLDER_VER: "24"
    - RUBY_FOLDER_VER: "24-x64"
    - RUBY_FOLDER_VER: "23"
    - RUBY_FOLDER_VER: "22"
    - RUBY_FOLDER_VER: "21"

test_script:
  - ruby --version
  - gem --version
  - bundler --version
  - bash script/cibuild

cache:
  - 'vendor\bundle -> appveyor.yml,Gemfile,jekyll-commonmark-ghpages.gemspec'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-commonmark-ghpages-0.1.5 appveyor.yml
jekyll-commonmark-ghpages-0.1.4 appveyor.yml
jekyll-commonmark-ghpages-0.1.3 appveyor.yml
jekyll-commonmark-ghpages-0.1.2 appveyor.yml
jekyll-commonmark-ghpages-0.1.1 appveyor.yml
jekyll-commonmark-ghpages-0.1.0 appveyor.yml