1 Star 0 Fork 0

hongdada/scoop-buckets

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.appveyor.yml 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
hongdada 提交于 2023-04-26 12:52 . add meta config
image: Visual Studio 2022
build: off
skip_commits:
files:
- '**/*.md'
- '.vscode/**/*'
clone_folder: '%SCOOP%\buckets\Ash258'
cache:
- '%USERPROFILE%\Documents\WindowsPowerShell\Modules -> .appveyor.yml'
- 'C:\projects\helpers'
matrix:
fast_finish: true
environment:
SCOOP: C:\SCOOP
SCOOP_HOME: '%SCOOP%\apps\scoop\current'
SCOOP_BRANCH: NEW
PATH: '%SCOOP%\shims;%PATH%'
matrix:
- PowerShell: 5
init:
- ps: |
(Get-PSProvider 'FileSystem').Home = 'C:\projects\'
git clone -q --depth=1 --branch $env:SCOOP_BRANCH 'https://github.com/Ash258/Scoop-Core' "$env:SCOOP_HOME"
git clone -q --depth=1 'https://github.com/ScoopInstaller/Main' "$env:SCOOP\buckets\main"
New-Item "$env:SCOOP\shims" -ItemType Directory | Out-Null
Set-Content "$env:SCOOP\shims\shovel.ps1" @'
if (!(Test-Path Variable:PSScriptRoot)) { $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent }
$path = Join-Path "$PSScriptRoot" "../apps/scoop/current/bin/scoop.ps1"
if($MyInvocation.ExpectingInput) { $input | & $path @args } else { & $path @args }
exit $LASTEXITCODE
'@
shovel config 'dbgBypassArmCheck' $true
shovel config 'aria2-enabled' $false
shovel config 'show_update_log' $false
shovel config 'lastUpdate' '258|2421-12-18 08:50:35'
shovel --version
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"
on_finish:
- ps: |
$log = 'Install.log'
if (Test-Path $log) {
Get-Content $log -Raw | Write-Host
Push-AppveyorArtifact $log
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hongdada/scoop-buckets.git
git@gitee.com:hongdada/scoop-buckets.git
hongdada
scoop-buckets
scoop-buckets
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385