summaryrefslogtreecommitdiff
path: root/code/environments/production/modules/certregen/appveyor.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-08 11:59:41 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-08 11:59:41 +0100
commitac7419f50e71c147eb7c60ff69527cb783fc67c4 (patch)
treea6a55f322a41436582816b9b7dd01bb02737d184 /code/environments/production/modules/certregen/appveyor.yml
parent7cc1cd689819df5a9a07aaf08e8278f8b3384839 (diff)
downloadpuppet.KATH-ac7419f50e71c147eb7c60ff69527cb783fc67c4.tar.gz
puppet.KATH-ac7419f50e71c147eb7c60ff69527cb783fc67c4.tar.bz2
puppet.KATH-ac7419f50e71c147eb7c60ff69527cb783fc67c4.zip
Revert "code/environments/production/modules: Drop certregen module again."
This reverts commit 74e2687fa98ea5ba25fbe07c038253d1fc14584e.
Diffstat (limited to 'code/environments/production/modules/certregen/appveyor.yml')
-rw-r--r--code/environments/production/modules/certregen/appveyor.yml40
1 files changed, 40 insertions, 0 deletions
diff --git a/code/environments/production/modules/certregen/appveyor.yml b/code/environments/production/modules/certregen/appveyor.yml
new file mode 100644
index 0000000..c87ed7c
--- /dev/null
+++ b/code/environments/production/modules/certregen/appveyor.yml
@@ -0,0 +1,40 @@
+version: 1.1.x.{build}
+skip_commits:
+ message: /^\(?doc\)?.*/
+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: ~> 4.0
+ RUBY_VER: 23
+ - PUPPET_GEM_VERSION: ~> 4.0
+ RUBY_VER: 23-x64
+ - PUPPET_GEM_VERSION: 4.2.3
+ RUBY_VER: 21-x64
+matrix:
+ fast_finish: true
+install:
+- SET PATH=C:\Ruby%RUBY_VER%\bin;%PATH%
+- bundle install --jobs 4 --retry 2 --without system_tests
+- type Gemfile.lock
+build: off
+test_script:
+- bundle exec puppet -V
+- ruby -v
+- bundle exec rake spec SPEC_OPTS='--format documentation'
+notifications:
+- provider: Email
+ to:
+ - nobody@nowhere.com
+ on_build_success: false
+ on_build_failure: false
+ on_build_status_changed: false