1 Star 0 Fork 11

sunnyHu/TableEdit

forked from Qt进阶之路/TableEdit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 708 Bytes
一键复制 编辑 原始数据 按行查看 历史
涛哥威威 提交于 2019-05-16 00:14 . update ci
version: build{build}
branches:
except:
- project/travis
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
releaseName: TableEdit_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\TableEdit.exe --qmldir %QTDIR%\qml
artifacts:
- path: bin
name: $(releaseName)
deploy:
provider: GitHub
auth_token: $(GITHUB_OAUTH_TOKEN)
description: 'TableEdit Release'
draft: false
prerelease: false
on:
APPVEYOR_REPO_TAG: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sunnyliuyunxiao/TableEdit.git
git@gitee.com:sunnyliuyunxiao/TableEdit.git
sunnyliuyunxiao
TableEdit
TableEdit
master

搜索帮助