summaryrefslogtreecommitdiff
path: root/spec/ruby/appveyor.yml
blob: 544bea7d1b579ef9567bffcca63617d2f54a9ca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
version: "{build}"
clone_depth: 5
environment:
  matrix:
    - RUBY_VERSION: 23-x64
install:
  - SET PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
  - ruby --version
  - call "C:\Ruby23-x64\DevKit\devkitvars.bat"
  - git clone https://github.com/ruby/mspec.git ../mspec
build: off
test_script:
  - SET CHECK_LEAKS=true
  - ../mspec/bin/mspec -ff
branches:
  only:
    - master
    - /^try/