1 Star 0 Fork 0

inter1965/scoop-bucket

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.appveyor.yml 990 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ash258 提交于 2020-06-20 13:06 . minor tweaks
skip_commits:
files:
- '**/*.md'
- '.vscode/**/*'
cache:
- '%USERPROFILE%\Documents\WindowsPowerShell\Modules -> .appveyor.yml'
matrix:
fast_finish: true
build: 'off'
image: Visual Studio 2019
environment:
SCOOP: C:\projects\scoop
SCOOP_HOME: C:\projects\scoop\apps\scoop\current
matrix:
- PowerShell: 5
- PowerShell: 7
init:
- ps: |
(Get-PSProvider 'FileSystem').Home = 'C:\projects\'
if(!(Test-Path "$env:SCOOP_HOME")) { git clone -q --depth=1 "https://github.com/lukesampson/scoop" "$env:SCOOP_HOME" }
for:
- matrix:
only:
- PowerShell: 5
install:
- ps: . "$env:SCOOP_HOME\test\bin\init.ps1"
test_script:
- ps: . "$env:SCOOP_HOME\test\bin\test.ps1" -TestPath "$env:APPVEYOR_BUILD_FOLDER"
- matrix:
only:
- PowerShell: 7
install:
- pwsh: . "$env:SCOOP_HOME\test\bin\init.ps1"
test_script:
- pwsh: . "$env:SCOOP_HOME\test\bin\test.ps1" -TestPath "$env:APPVEYOR_BUILD_FOLDER"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/inter1965/scoop-bucket.git
git@gitee.com:inter1965/scoop-bucket.git
inter1965
scoop-bucket
scoop-bucket
master

搜索帮助