Sha256: ec220ba7e32e405691b65338f8fc8b1f33c9099f4e8198ceb0c32c9fc802c752

Contents?: true

Size: 532 Bytes

Versions: 3

Compression:

Stored size: 532 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:\Ruby23-x64\bin;C:\msys64\usr\bin;%PATH%
  - cmd: bash --login -c "pacman -S --needed --noconfirm base-devel"
  - cmd: ruby --version
  - cmd: svn --version
  - cmd: git --version
  - cmd: diffstat --version
build_script:
  - bundle update
  - bundle install
test_script:
  - rake
cache:
  - C:\Ruby200\bin -> hoc.gemspec
  - C:\Ruby200\lib\ruby\gems\2.0.0 -> hoc.gemspec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hoc-0.10.0 appveyor.yml
hoc-0.9.0 appveyor.yml
hoc-0.8.1 appveyor.yml