Mercurial > repos > other > Puppet
comparison modules/concat/appveyor.yml @ 275:d9352a684e62
Mass update of modules to remove deprecation warnings
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 26 Jan 2020 11:36:07 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
274:b2571c28fc27 | 275:d9352a684e62 |
---|---|
1 --- | |
2 version: 1.1.x.{build} | |
3 branches: | |
4 only: | |
5 - master | |
6 - release | |
7 skip_commits: | |
8 message: /^\(?doc\)?.*/ | |
9 clone_depth: 10 | |
10 init: | |
11 - SET | |
12 - 'mkdir C:\ProgramData\PuppetLabs\code && exit 0' | |
13 - 'mkdir C:\ProgramData\PuppetLabs\facter && exit 0' | |
14 - 'mkdir C:\ProgramData\PuppetLabs\hiera && exit 0' | |
15 - 'mkdir C:\ProgramData\PuppetLabs\puppet\var && exit 0' | |
16 environment: | |
17 SIMPLECOV: yes | |
18 matrix: | |
19 - | |
20 RUBY_VERSION: 24-x64 | |
21 CHECK: syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop | |
22 - | |
23 PUPPET_GEM_VERSION: ~> 5.0 | |
24 RUBY_VERSION: 24 | |
25 CHECK: parallel_spec | |
26 - | |
27 PUPPET_GEM_VERSION: ~> 5.0 | |
28 RUBY_VERSION: 24-x64 | |
29 CHECK: parallel_spec | |
30 - | |
31 PUPPET_GEM_VERSION: ~> 6.0 | |
32 RUBY_VERSION: 25 | |
33 CHECK: parallel_spec | |
34 - | |
35 PUPPET_GEM_VERSION: ~> 6.0 | |
36 RUBY_VERSION: 25-x64 | |
37 CHECK: parallel_spec | |
38 - | |
39 RUBY_VERSION: 25-x64 | |
40 ACCEPTANCE: yes | |
41 TARGET_HOST: localhost | |
42 - | |
43 RUBY_VERSION: 25-x64 | |
44 ACCEPTANCE: yes | |
45 TARGET_HOST: localhost | |
46 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 | |
47 for: | |
48 - | |
49 matrix: | |
50 only: | |
51 - ACCEPTANCE: yes | |
52 install: | |
53 - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH% | |
54 - bundle install --jobs 4 --retry 2 | |
55 - type Gemfile.lock | |
56 test_script: | |
57 - bundle exec puppet -V | |
58 - ruby -v | |
59 - gem -v | |
60 - bundle -v | |
61 - bundle exec rake spec_prep | |
62 - bundle exec rake litmus:acceptance:localhost | |
63 matrix: | |
64 fast_finish: true | |
65 install: | |
66 - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH% | |
67 - bundle install --jobs 4 --retry 2 --without system_tests | |
68 - type Gemfile.lock | |
69 build: off | |
70 test_script: | |
71 - bundle exec puppet -V | |
72 - ruby -v | |
73 - gem -v | |
74 - bundle -v | |
75 - bundle exec rake %CHECK% | |
76 notifications: | |
77 - provider: Email | |
78 to: | |
79 - nobody@nowhere.com | |
80 on_build_success: false | |
81 on_build_failure: false | |
82 on_build_status_changed: false |