summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 4df19c9196f0b412e2cd354b18682f54e5f672b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
clone_depth: 10
install:
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - bundle install
build_script:
  - rake -rdevkit compile
test_script:
  - rake test
deploy: off
environment:
  matrix:
    - ruby_version: "23"
    - ruby_version: "23-x64"
    - ruby_version: "24"
    - ruby_version: "24-x64"
    - ruby_version: "25"
    - ruby_version: "25-x64"