mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
2bdce358e6
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
19 lines
386 B
YAML
19 lines
386 B
YAML
---
|
|
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/
|