Sha256: 5aef75cd41d01b4fbcc01d6ddae7ce1ee1750d6edfa06a196ca8388e8ebc96d1

Contents?: true

Size: 522 Bytes

Versions: 4

Compression:

Stored size: 522 Bytes

Contents

version: '{build}-{branch}'
install:
build: off
test_script:
  - ps: |
      $path = $env:Path
      $rubypaths = ls -Path C:\Ruby*\bin
      foreach ($rubypath in $rubypaths) {
        echo "################################################################################"
        $env:Path = "$rubypath;" + $path
        ruby --version
        bundle package --all
        bundle install --local -j4
        bundle exec rspec
        if ($LASTEXITCODE -gt 0) {
          exit 1
        }
      }
      $env:Path = $path

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fspath-3.1.0 .appveyor.yml
fspath-3.0.3 .appveyor.yml
fspath-3.0.2 .appveyor.yml
fspath-3.0.1 .appveyor.yml