summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 0d5c5c79069000d22f31ada3c86df058473beefb (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: "22"
    - ruby_version: "22-x64"
    - ruby_version: "23"
    - ruby_version: "23-x64"
    - ruby_version: "24"
    - ruby_version: "24-x64"