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'
|
innounp: '%scoop_helpers%\innounp\innounp.exe'
|
||||||
matrix:
|
matrix:
|
||||||
- PowerShell: 5
|
- PowerShell: 5
|
||||||
- PowerShell: 6
|
- PowerShell: Current
|
||||||
cache:
|
cache:
|
||||||
- '%USERPROFILE%\Documents\WindowsPowerShell\Modules -> appveyor.yml'
|
- '%USERPROFILE%\Documents\WindowsPowerShell\Modules -> appveyor.yml'
|
||||||
- C:\projects\helpers -> appveyor.yml, test\bin\*.ps1
|
- C:\projects\helpers -> appveyor.yml, test\bin\*.ps1
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
init:
|
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:
|
for:
|
||||||
- matrix:
|
- matrix:
|
||||||
only:
|
only:
|
||||||
@ -32,7 +32,7 @@ for:
|
|||||||
- ps: . "$env:SCOOP_HOME\test\bin\test.ps1" -TestPath "$env:APPVEYOR_BUILD_FOLDER"
|
- ps: . "$env:SCOOP_HOME\test\bin\test.ps1" -TestPath "$env:APPVEYOR_BUILD_FOLDER"
|
||||||
- matrix:
|
- matrix:
|
||||||
only:
|
only:
|
||||||
- PowerShell: 6
|
- PowerShell: Current
|
||||||
install:
|
install:
|
||||||
- pwsh: . "$env:SCOOP_HOME\test\bin\init.ps1"
|
- pwsh: . "$env:SCOOP_HOME\test\bin\init.ps1"
|
||||||
test_script:
|
test_script:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user