1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/appveyor.yml

20 lines
386 B
YAML
Raw Normal View History

---
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/