Sha256: 3e6a745d364d87947888b686d1f70c18f1163a9a68bea8da153d0191cd108f54
Contents?: true
Size: 782 Bytes
Versions: 1
Compression:
Stored size: 782 Bytes
Contents
version: "master-{build}" os: Windows Server 2012 R2 platform: - x64 environment: matrix: - ruby_version: "200-x64" - ruby_version: "21" clone_folder: c:\projects\busser clone_depth: 1 skip_tags: true branches: only: - master install: - systeminfo - winrm quickconfig -q - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - echo %PATH% - ruby --version - gem install bundler --quiet --no-ri --no-rdoc || gem install bundler --quiet --no-ri --no-rdoc || gem install bundler --quiet --no-ri --no-rdoc - gem install rubygems-pkg/rubygems-update-2.4.6.gem - update_rubygems - gem --version - bundler --version build_script: - bundle install || bundle install || bundle install test_script: - SET SPEC_OPTS=--format progress - bundle exec rake
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
busser-0.8.0 | appveyor.yml |