39ca16e45c76a467173ad09d963adabb4602fd90
[mirror/dsa-puppet.git] / 3rdparty / modules / concat / appveyor.yml
1 version: 1.1.x.{build}
2 skip_commits:
3   message: /^\(?doc\)?.*/
4 clone_depth: 10
5 init:
6 - SET
7 - 'mkdir C:\ProgramData\PuppetLabs\code && exit 0'
8 - 'mkdir C:\ProgramData\PuppetLabs\facter && exit 0'
9 - 'mkdir C:\ProgramData\PuppetLabs\hiera && exit 0'
10 - 'mkdir C:\ProgramData\PuppetLabs\puppet\var && exit 0'
11 environment:
12   matrix:
13   - PUPPET_GEM_VERSION: ~> 4.0
14     RUBY_VER: 21
15   - PUPPET_GEM_VERSION: ~> 4.0
16     RUBY_VER: 21-x64
17   - PUPPET_GEM_VERSION: ~> 4.0
18     RUBY_VER: 23
19   - PUPPET_GEM_VERSION: ~> 4.0
20     RUBY_VER: 23-x64
21 matrix:
22   fast_finish: true
23 install:
24 - SET PATH=C:\Ruby%RUBY_VER%\bin;%PATH%
25 - bundle install --jobs 4 --retry 2 --without system_tests
26 - type Gemfile.lock
27 build: off
28 test_script:
29 - bundle exec puppet -V
30 - ruby -v
31 - bundle exec rake spec SPEC_OPTS='--format documentation'
32 notifications:
33 - provider: Email
34   to:
35   - nobody@nowhere.com
36   on_build_success: false
37   on_build_failure: false
38   on_build_status_changed: false