forked from googleapis/google-cloud-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.appveyor.yml
More file actions
31 lines (26 loc) · 686 Bytes
/
.appveyor.yml
File metadata and controls
31 lines (26 loc) · 686 Bytes
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
environment:
matrix:
- RUBY_VERSION: 23-x64
DEVKIT: C:\Ruby23-x64\DevKit
- RUBY_VERSION: 22-x64
DEVKIT: C:\Ruby23-x64\DevKit
- RUBY_VERSION: 21-x64
DEVKIT: C:\Ruby23-x64\DevKit
- RUBY_VERSION: 200-x64
DEVKIT: C:\Ruby23-x64\DevKit
install:
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
- "%DEVKIT%\\devkitvars.bat"
- bundle install
build: off
before_test:
- ruby -v
- gem -v
- bundle -v
test_script:
- bundle exec rake appveyor:build
notifications:
- provider: Slack
auth_token:
secure: 9YGsB9d3wrST/m6Ep87bIQf+Y7i874+swA51IsTSn7GN0JkNo34tFy9vRTq/921h3cffqNnO8VAnvj41gqXH+iFXz4FNxxvBciWcOW37C8E=
channel: gcloud