1 Star 0 Fork 10

好想爱这个世界/Mudlet

forked from Mudlet/Mudlet 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.appveyor.yml 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
version: 1.0.{build}
branches:
only:
- development # build the default branch
- /^release-.+/ # build release branches
- /^Mudlet-.+/ # build release tags (yes, the option also applies to tags)
init:
- cmd: mkdir C:\src\
image: Visual Studio 2019
environment:
signing_password:
secure: JJDxNdreMgNn/IOcY+UVmlaqgDT4a7vcxsY3nfcgWY4=
DEPLOY_KEY_PASS:
secure: 81sr0SJzuWG+mgH3X6fJTh4rfX5/O1qa3MsItNvFukQ=
DEPLOY_PATH:
secure: XQhASAJJm4Owpu74K4jgL0gszN59XJnCAS27NG7CW5G1LSRSWRh/EhKiTD36DvSr
DBLSQD_USER:
secure: MzfNcBLZRfswzBQufoW4EV+9/tcG5vW+G6EVTyN6Glc=
DBLSQD_PASS:
secure: Bm5PLJjC39XmRC55RPGVP9c5CFxvWu2VorAAmu5QS38=
matrix:
- QT_BASE_DIR: C:\Qt\5.14.2\mingw73_32
MINGW_BASE_DIR: C:\Qt\Tools\mingw730_32
install:
- cd "%APPVEYOR_BUILD_FOLDER%\CI"
- powershell ".\appveyor.install.ps1"
build_script:
- cd "%APPVEYOR_BUILD_FOLDER%\CI"
- powershell ".\appveyor.build.ps1"
on_failure:
- cd C:\src
- powershell "Push-AppveyorArtifact ./verbose_output.log"
- echo "Build failed - see verbose_output.log artifact upload for more information."
cache:
- '%MINGW_BASE_DIR% -> CI\appveyor.install.ps1, CI\appveyor.functions.ps1'
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/2d6f7bea328a9dd60769
on_build_success: true
on_build_failure: true
on_build_status_changed: true
body: >-
{
"message": "Appveyor {{repositoryName}}{{#isPullRequest}}#{{pullRequestId}}{{/isPullRequest}}{{^isPullRequest}} ({{branch}}){{/isPullRequest}} {{#passed}}passed{{/passed}}{{#failed}}failed{{/failed}} ({{buildNumber}})",
"level": "{{#passed}}info{{/passed}}{{#failed}}error{{/failed}}"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/i-want-to-love-the-world/Mudlet.git
git@gitee.com:i-want-to-love-the-world/Mudlet.git
i-want-to-love-the-world
Mudlet
Mudlet
development

搜索帮助