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