mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
a31a62656d
* 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
29 lines
536 B
YAML
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
|