summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-01-22 10:48:52 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2015-01-22 11:29:31 -0800
commit4f2a46b9a5c716be8cc4f04af038a41eb191cd4d (patch)
treebc8cc82e70c1c4e73489ec7d9d483bb5da5e38bb
parentaf1622c48d7b70c8cd1ab929559f06c9b4aacbea (diff)
downloadohai-4f2a46b9a5c716be8cc4f04af038a41eb191cd4d.tar.gz
Added appveyor.yml
-rw-r--r--appveyor.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 00000000..ed2d17b4
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,32 @@
+version: "{build}"
+
+os: Windows Server 2012
+platform:
+ - x64
+
+environment:
+ matrix:
+ - ruby_version: "200"
+
+clone_folder: c:\projects\ohai
+clone_depth: 1
+skip_tags: true
+branches:
+ only:
+ - master
+ - 8-stable
+ - 7.4-stable
+
+install:
+ - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
+ - echo %PATH%
+ - ruby --version
+ - gem --version
+ - gem install bundler --quiet --no-ri --no-rdoc
+ - bundler --version
+
+build_script:
+ - bundle install
+
+test_script:
+ - bundle exec rspec