Sha256: d9611adb92946a756d06e736eeae2e86fffcc81e11e07c470fe337edc44b748c

Contents?: true

Size: 523 Bytes

Versions: 3

Compression:

Stored size: 523 Bytes

Contents

version: '{build}'
skip_tags: true
clone_depth: 10
branches:
  only:
    - master
  except:
    - gh-pages
os: Windows Server 2012
install:
  - cmd: SET PATH=C:\Ruby200\bin;%PATH%
  - cmd: ruby --version
  - cmd: gpg --version
build_script:
  - bundle update
  - bundle install
test_script:
  - rake
  - gem build rultor.gemspec
  - gem install rultor-1.0.snapshot.gem
  - rultor encrypt --project yegor256/rultor LICENSE.txt
cache:
  - C:\Ruby200\bin -> rultor.gemspec
  - C:\Ruby200\lib\ruby\gems\2.0.0 -> rultor.gemspec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rultor-0.4.4 appveyor.yml
rultor-0.4.3 appveyor.yml
rultor-0.4.2 appveyor.yml