forked from fluent/fluentd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
43 lines (39 loc) · 1001 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
32
33
34
35
36
37
38
39
40
41
42
43
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%
- "%devkit%\\devkitvars.bat"
- ruby --version
- gem --version
- bundle install
build: off
test_script:
- bundle exec rake test
# - bundle exec rake test TESTOPTS=-v
branches:
only:
- master
- v0.10
- v0.12
- v0.14
# https://www.appveyor.com/docs/installed-software/#ruby
environment:
matrix:
- ruby_version: "23-x64"
devkit: C:\Ruby23-x64\DevKit
- ruby_version: "23"
devkit: C:\Ruby23\DevKit
- ruby_version: "22-x64"
devkit: C:\Ruby23-x64\DevKit
- ruby_version: "21-x64"
devkit: C:\Ruby23-x64\DevKit
- ruby_version: "22"
devkit: C:\Ruby23\DevKit
WIN_RAPID: true
- ruby_version: "21"
devkit: C:\Ruby23\DevKit
WIN_RAPID: true
matrix:
allow_failures:
- ruby_version: "21"