summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: ff2daca0fa8826f6a7e198cf808fc45fb238feed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
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: "200"
    - ruby_version: "200-x64"
    - ruby_version: "21"
    - ruby_version: "21-x64"
    - ruby_version: "22"
    - ruby_version: "22-x64"
    - ruby_version: "23"
    - ruby_version: "23-x64"