1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/appveyor.yml
Nikolay Vashchenko a31a62656d Appveyor CI (#1374)
* appveyour config

* proper platforms for windows

* disabling tests with ssl and interrupts

* excessive ssl setup

* fixed message

* adding info in readme regarding stopgap_13632

* formatting

* trailing spaces
2017-07-27 12:18:58 -06:00

29 lines
536 B
YAML

install:
- set PATH=C:\MinGW\bin;C:\Ruby%ruby_version%\bin;%PATH%
- set RAKEOPT=-rdevkit
- set DISABLE_SSL=true
- set APPVEYOR=true
- ruby --version
- gem --version
- bundle --version
- bundle install
test_script:
- bundle exec rake
environment:
matrix:
- ruby_version: "24"
- ruby_version: "24-x64"
- ruby_version: "23"
- ruby_version: "23-x64"
- ruby_version: "22"
- ruby_version: "22-x64"
- ruby_version: "21"
- ruby_version: "21-x64"
branches:
only:
- master
build: off