mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
feat(chore): Update appveyor powershell names (#2891)
This commit is contained in:
parent
347a7dbd5a
commit
6d02b0d23b
@ -14,14 +14,14 @@ environment:
|
||||
innounp: '%scoop_helpers%\innounp\innounp.exe'
|
||||
matrix:
|
||||
- PowerShell: 5
|
||||
- PowerShell: 6
|
||||
- PowerShell: Current
|
||||
cache:
|
||||
- '%USERPROFILE%\Documents\WindowsPowerShell\Modules -> appveyor.yml'
|
||||
- C:\projects\helpers -> appveyor.yml, test\bin\*.ps1
|
||||
matrix:
|
||||
fast_finish: true
|
||||
init:
|
||||
- ps: if(!(Test-Path "$env:SCOOP")) { git clone -q --depth=1 "https://github.com/lukesampson/scoop" "$env:SCOOP" }
|
||||
- ps: if(!(Test-Path "$env:SCOOP")) { git clone -q --depth=1 "https://github.com/ScoopInstaller/Scoop" "$env:SCOOP" }
|
||||
for:
|
||||
- matrix:
|
||||
only:
|
||||
@ -32,7 +32,7 @@ for:
|
||||
- ps: . "$env:SCOOP_HOME\test\bin\test.ps1" -TestPath "$env:APPVEYOR_BUILD_FOLDER"
|
||||
- matrix:
|
||||
only:
|
||||
- PowerShell: 6
|
||||
- PowerShell: Current
|
||||
install:
|
||||
- pwsh: . "$env:SCOOP_HOME\test\bin\init.ps1"
|
||||
test_script:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user