15 Star 237 Fork 1

scoop-installer / Scoop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 836 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: "{build}-{branch}"
branches:
except:
- gh-pages
build: false
deploy: false
clone_depth: 2
image: Visual Studio 2022
environment:
matrix:
- PowerShell: 5
- PowerShell: 7
matrix:
fast_finish: true
for:
- matrix:
only:
- PowerShell: 5
cache:
- '%USERPROFILE%\Documents\WindowsPowerShell\Modules -> appveyor.yml, test\bin\*.ps1'
- C:\projects\helpers -> appveyor.yml, test\bin\*.ps1
install:
- ps: .\test\bin\init.ps1
test_script:
- ps: .\test\bin\test.ps1
- matrix:
only:
- PowerShell: 7
cache:
- '%USERPROFILE%\Documents\PowerShell\Modules -> appveyor.yml, test\bin\*.ps1'
- C:\projects\helpers -> appveyor.yml, test\bin\*.ps1
install:
- pwsh: .\test\bin\init.ps1
test_script:
- pwsh: .\test\bin\test.ps1
PowerShell
1
https://gitee.com/scoop-installer/scoop.git
git@gitee.com:scoop-installer/scoop.git
scoop-installer
scoop
Scoop
master

搜索帮助