File: appveyor.yml

package info (click to toggle)
ruby-nio4r 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 656 kB
  • sloc: ansic: 6,411; ruby: 1,287; java: 694; makefile: 6
file content (27 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
branches:
  only:
    - master

environment:
  PATH: C:\Ruby%RUBY_VERSION%\DevKit\mingw\bin;C:\Ruby%RUBY_VERSION%\bin;C:\Ruby%RUBY_VERSION%\DevKit\bin;%PATH%
  matrix:
  - RUBY_VERSION: "24-x64"
  - RUBY_VERSION: "23-x64"
  - RUBY_VERSION: "23"
  - RUBY_VERSION: "22"

install:
  - SET RAKEOPT=-rdevkit
  - ruby -v
  - gem -v
  - bundle -v
  - bundle install

build: off

before_build:
  - gem update --system

test_script:
  - echo %PATH%
  - bundle exec rake spec