Sha256: 7618ac4047151449b213bf80d97091f3745088cf7b080b64aa6434274131c50e

Contents?: true

Size: 1022 Bytes

Versions: 11

Compression:

Stored size: 1022 Bytes

Contents

version: "master-{build}"

os: Windows Server 2012 R2
platform:
  - x64

environment:
  winrm_user: test_user
  winrm_pass: Pass@word1

  matrix:
    - ruby_version: "21"
      winrm_endpoint: http://localhost:5985/wsman

clone_folder: c:\projects\winrm-fs
clone_depth: 1
branches:
  only:
    - master

install:
  - ps: net user /add $env:winrm_user $env:winrm_pass
  - ps: net localgroup administrators $env:winrm_user /add
  - ps: winrm set winrm/config/client/auth '@{Basic="true"}'
  - ps: winrm set winrm/config/service/auth '@{Basic="true"}'
  - ps: winrm set winrm/config/service '@{AllowUnencrypted="true"}'
  - ps: $env:PATH="C:\Ruby$env:ruby_version\bin;$env:PATH"
  - ps: Write-Host $env:PATH
  - ps: ruby --version
  - ps: gem --version
  - ps: gem install bundler --quiet --no-ri --no-rdoc
  - ps: bundler --version

build_script:
  - bundle install || bundle install || bundle install

test_script:
  - SET SPEC_OPTS=--format progress
  - bundle exec rake integration

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
vagrant-unbundled-1.9.1.1 vendor/bundle/ruby/2.4.0/gems/winrm-fs-0.3.2/appveyor.yml
vagrant-compose-yaml-0.1.3 vendor/bundle/ruby/2.2.0/gems/winrm-fs-0.3.2/appveyor.yml
vagrant-compose-yaml-0.1.2 vendor/bundle/ruby/2.2.0/gems/winrm-fs-0.3.2/appveyor.yml
vagrant-compose-yaml-0.1.1 vendor/bundle/ruby/2.2.0/gems/winrm-fs-0.3.2/appveyor.yml
vagrant-compose-yaml-0.1.0 vendor/bundle/ruby/2.2.0/gems/winrm-fs-0.3.2/appveyor.yml
vagrant-unbundled-1.8.5.2 vendor/bundle/ruby/2.3.0/gems/winrm-fs-0.3.2/appveyor.yml
vagrant-unbundled-1.8.5.1 vendor/bundle/ruby/2.3.0/gems/winrm-fs-0.3.2/appveyor.yml
vagrant-unbundled-1.8.4.2 vendor/bundle/ruby/2.3.0/gems/winrm-fs-0.3.2/appveyor.yml
vagrant-unbundled-1.8.4.1 vendor/bundle/ruby/2.3.0/gems/winrm-fs-0.3.2/appveyor.yml
winrm-fs-0.4.3 appveyor.yml
winrm-fs-0.3.2 appveyor.yml