D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
td-0.15.2
/
Filename :
appveyor.yml
back
Copy
--- version: "{build}" clone_depth: 10 install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version - bundle --version - bundle install build_script: - bundle exec rake build test_script: - bundle exec rake spec environment: matrix: - ruby_version: "22" - ruby_version: "22-x64"