Skip to content

Commit

Permalink
Merge pull request #87 from Iristyle/maint/master/appveyor
Browse files Browse the repository at this point in the history
(maint) add AppVeyor support
  • Loading branch information
ferventcoder committed Jul 7, 2015
2 parents ef14e1b + 8bcafb5 commit 65e7671
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions appveyor.yml
@@ -0,0 +1,42 @@
version: 1.1.x.{build}
skip_commits:
message: /(^\(?doc\)?.*|.*[A|a]cceptance [T|t]est.*)/
clone_depth: 10
init:
- SET
- 'mkdir C:\ProgramData\PuppetLabs\code && exit 0'
- 'mkdir C:\ProgramData\PuppetLabs\facter && exit 0'
- 'mkdir C:\ProgramData\PuppetLabs\hiera && exit 0'
- 'mkdir C:\ProgramData\PuppetLabs\puppet\var && exit 0'
environment:
matrix:
- PUPPET_GEM_VERSION: ~> 4.0
RUBY_VER: 21
- PUPPET_GEM_VERSION: ~> 4.0
RUBY_VER: 21-x64
- PUPPET_GEM_VERSION: ~> 3.0
RUBY_VER: 193
- PUPPET_GEM_VERSION: ~> 3.0
RUBY_VER: 200-x64
- PUPPET_GEM_VERSION: 3.3.2
RUBY_VER: 193
matrix:
fast_finish: true
install:
- SET PATH=C:\Ruby%RUBY_VER%\bin;%PATH%
- gem install bundler --quiet --no-ri --no-rdoc
- bundle install --jobs 4 --retry 2 --without development system_tests
- type Gemfile.lock
build: off
test_script:
- bundle exec puppet -V
- ruby -v
- bundle exec rspec spec/unit -fd -b
notifications:
- provider: Email
to:
- nobody@nowhere.com
on_build_success: false
on_build_failure: false
on_build_status_changed: false

0 comments on commit 65e7671

Please sign in to comment.