1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-02-01 01:37:12 +00:00

Add appveyor.yml to define tests on Appveyor

This commit is contained in:
Holger Just 2017-07-27 13:29:35 +02:00
parent 0f8bdd0be0
commit 9ae14f068d

31
appveyor.yml Normal file
View File

@ -0,0 +1,31 @@
version: 1.0.{build}-{branch}
environment:
matrix:
- RUBY_VERSION: "26"
- RUBY_VERSION: "25"
- RUBY_VERSION: "24"
- RUBY_VERSION: "23"
- RUBY_VERSION: "22"
- RUBY_VERSION: "21"
install:
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
- ruby -v
- gem -v
- bundle -v
- bundle config --local path vendor/bundle
- bundle install
- mkdir tmp
- icacls tmp /inheritance:r /grant Everyone:F
- set TMPDIR=tmp
clone_depth: 10
build: off
deploy: off
test_script:
- bundle exec rspec