forked from fluent/fluentd
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appveyor.yml
31 lines (27 loc) · 893 Bytes
/
appveyor.yml
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
28
29
30
31
version: '{build}'
# init:
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
# stay 0.14.0 for Windows CI until https://github.com/socketry/protocol-http2/issues/6 will be fixed
- ps: Write-Output "gem 'protocol-http2', ['<= 0.14.0']" | Out-File -FilePath Gemfile.local -Encoding default
- type Gemfile.local
- ridk.cmd exec bundle install
build: off
test_script:
- bundle exec rake test
# - bundle exec rake test TESTOPTS=-v
branches:
only:
- master
# https://www.appveyor.com/docs/installed-software/#ruby
environment:
matrix:
- ruby_version: "26-x64"
- ruby_version: "26"
- ruby_version: "25-x64"
- ruby_version: "25"
- ruby_version: "24-x64"
- ruby_version: "24"