1 Star 0 Fork 0

jerry.xu/TaoQuick

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 720 Bytes
一键复制 编辑 原始数据 按行查看 历史
涛哥威威 提交于 2019-08-03 23:42 . update ci script
version: build{build}
branches:
except:
- project/travis
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
releaseName: TaoQuick_win64
build_script:
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
- set QTDIR=C:\Qt\5.12\msvc2017_64
- set PATH=%PATH%;%QTDIR%\bin;
- qmake
- nmake
after_build:
- if "%APPVEYOR_REPO_TAG%"=="true" windeployqt bin\release\TaoQuickApp.exe --qmldir %QTDIR%\qml
artifacts:
- path: bin
name: $(releaseName)
deploy:
provider: GitHub
auth_token: $(GITHUB_OAUTH_TOKEN)
description: 'TaoQuickDemo Release'
draft: false
prerelease: false
on:
APPVEYOR_REPO_TAG: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xuxincode/TaoQuick.git
git@gitee.com:xuxincode/TaoQuick.git
xuxincode
TaoQuick
TaoQuick
master

搜索帮助