Sha256: 195ba5d2b2ce268a537058fb7bb267adc2e1b206c312aff8190e1664bdea403c

Contents?: true

Size: 616 Bytes

Versions: 4

Compression:

Stored size: 616 Bytes

Contents

---

version: "{build}"

branches:
  only:
    - master

install:
  - set PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - echo %PATH%

  - ruby --version
  - where ruby

  - gem update --system --no-document
  - gem --version
  - where gem

  - gem install bundler --no-document
  - bundler --version
  - where bundler

  - bundle install --jobs 3 --retry 3

build_script:
  - git submodule init
  - git submodule update
  - bundle exec rake compile

test_script:
  - bundle exec rake test

environment:
  matrix:
    - ruby_version: 21-x64
    - ruby_version: '22'
    - ruby_version: 22-x64

matrix:
  fast_finish: true

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hamlit-2.2.4 appveyor.yml
hamlit-2.2.3 appveyor.yml
hamlit-2.2.2 appveyor.yml
hamlit-2.2.1 appveyor.yml