Skip to content

Commit fa22e04

Browse files
committed
Start managing appveyor.yml
1 parent 906a26a commit fa22e04

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.sync.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,21 @@
88
simplecov: true
99
os:
1010
- linux
11-
- osx
11+
- 'osx # only tests Mac OSX edition of PowerShell Core'
1212
before_install_pre:
1313
- bash <(curl -s https://raw.githubusercontent.com/PowerShell/PowerShell/master/tools/install-powershell.sh) -skip-sudo-check
1414
- 'pwsh -NoProfile -NoLogo -NonInteractive -Command \$PSVersionTable # Output the PowerShell Core version information'
1515
- if [ $BUNDLER_VERSION ]; then
1616
gem install -v $BUNDLER_VERSION bundler --no-rdoc --no-ri;
1717
fi
1818
appveyor.yml:
19-
unmanaged: true
19+
simplecov: true
20+
install_post:
21+
- 'ps: "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri https://github.com/PowerShell/PowerShell/raw/master/tools/install-powershell.ps1 -UseBasicParsing -OutFile install-pwsh.ps1"'
22+
- 'ps: "& ./install-pwsh.ps1"'
23+
- set PATH=%LOCALAPPDATA%\Microsoft\powershell;%PATH%
24+
- pwsh -NoProfile -NoLogo -NonInteractive -Command $PSVersionTable
25+
- powershell -NoProfile -NoLogo -NonInteractive -Command $PSVersionTable
2026
Gemfile:
2127
optional:
2228
":development":

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
os:
33
- linux
4-
- osx
4+
- osx # only tests Mac OSX edition of PowerShell Core
55
dist: xenial
66
language: ruby
77
cache: bundler

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@
7979
],
8080
"pdk-version": "1.14.1",
8181
"template-url": "https://github.com/puppetlabs/pdk-templates#master",
82-
"template-ref": "heads/master-0-gfaf9e8b"
82+
"template-ref": "heads/master-0-g643529a"
8383
}

0 commit comments

Comments
 (0)