Sha256: 89c0e1b38ac35f0581d24fe0d7e8a519c1ecccd8df00237ccbf83eac7d9da4d3
Contents?: true
Size: 1.16 KB
Versions: 5
Compression:
Stored size: 1.16 KB
Contents
version: "master-{build}" os: Visual Studio 2017 platform: - x64 environment: machine_user: test_user machine_pass: Pass@word1 machine_port: 5985 KITCHEN_YAML: .kitchen.appveyor.yml SSL_CERT_FILE: c:\projects\test_kitchen\certs.pem matrix: - ruby_version: "24-x64" clone_folder: c:\projects\test_kitchen clone_depth: 1 skip_tags: true branches: only: - master install: - ps: net user /add $env:machine_user $env:machine_pass - ps: net localgroup administrators $env:machine_user /add - ps: $env:PATH="C:\Ruby$env:ruby_version\bin;$env:PATH" - ps: Write-Host $env:path - appveyor DownloadFile http://curl.haxx.se/ca/cacert.pem -FileName c:\projects\test_kitchen\certs.pem - set SSL_CERT_FILE=c:\projects\test_kitchen\certs.pem - gem update --system || gem update --system || gem update --system - update_rubygems - gem install bundler --force - ruby --version - gem --version - bundle --version build_script: - bundle install --without guard integration test_script: - SET SPEC_OPTS=--format progress - bundle exec rake unit - bundle exec rake quality - bundle install --with integration - bundle exec kitchen verify windows
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
test-kitchen-1.23.3 | appveyor.yml |
test-kitchen-1.23.2 | appveyor.yml |
test-kitchen-1.22.1 | appveyor.yml |
test-kitchen-1.23.0 | appveyor.yml |
test-kitchen-1.22.0 | appveyor.yml |