1 Star 1 Fork 0

STASWIT/MocliaMusic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 660 Bytes
一键复制 编辑 原始数据 按行查看 历史
STASWIT 提交于 2020-12-01 12:57 . test build
version: 2.0.{build}
skip_non_tags: true
image: Visual Studio 2019
configuration: Release
platform:
- x64
- x86
for:
-
matrix:
only:
- platform: x64
install:
- pwsh: .\scripts\prepare_win64.ps1
build_script:
- pwsh: .\scripts\build_win64.ps1
artifacts:
- path: .\build_x64\Release\MocliaMusic.exe
name: MocliaMusic-Windows64.exe
-
matrix:
only:
- platform: x86
install:
- pwsh: .\scripts\prepare_win86.ps1
build_script:
- pwsh: .\scripts\build_win86.ps1
artifacts:
- path: .\build_x86\Release\MocliaMusic.exe
name: MocliaMusic-Windows86.exe
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/staswit/MocliaMusic.git
git@gitee.com:staswit/MocliaMusic.git
staswit
MocliaMusic
MocliaMusic
master

搜索帮助