2 Star 11 Fork 0

richardchien/coolq-http-api

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.appveyor.yml 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
richardchien 提交于 2020-02-13 18:50 +08:00 . Update build settings
branches:
except:
- /dev.*/ # do not build dev branch
image:
- Visual Studio 2019
platform:
- x86
configuration:
- RelWithDebInfo
environment:
VCPKG_ROOT: C:\tools\vcpkg
cache: c:\tools\vcpkg\installed\ -> vcpkg-commit.txt, cmake/x86-windows-static-custom.cmake
install:
- git submodule init
- git submodule update
- powershell .\scripts\prepare.ps1
- set /p APP_ID=<app_id.txt
build_script:
- powershell .\scripts\generate.ps1 %CONFIGURATION%
- powershell .\scripts\build.ps1 %CONFIGURATION%
artifacts:
- path: build/%CONFIGURATION%/%CONFIGURATION%/%APP_ID%
type: zip
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/richardchien/coolq-http-api.git
git@gitee.com:richardchien/coolq-http-api.git
richardchien
coolq-http-api
coolq-http-api
master

搜索帮助