2 Star 0 Fork 0

小东西/processhacker

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 683 Bytes
一键复制 编辑 原始数据 按行查看 历史
dmex 提交于 2019-10-25 08:17 +08:00 . Update appveyor.yml
# Build image.
image: Visual Studio 2019
#cache: C:\projects\processhacker
# Version format.
version: "#{build}"
# Only build the master branch.
branches:
only:
- master
# Do not increment build number after pull requests.
pull_requests:
do_not_increment_build_number: true
# Do not start a new build when a new Git tag is created.
skip_tags: true
# Set the clone directory on the buildbot.
clone_folder: C:\projects\processhacker
# Immediately finish build if something fails.
matrix:
fast_finish: true
# Disable running any test assemblies.
test: off
# Run custom build script.
build_script:
- cmd: tools\CustomBuildTool\bin\Release\CustomBuildTool.exe -appveyor
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/AbstractFactory/processhacker.git
git@gitee.com:AbstractFactory/processhacker.git
AbstractFactory
processhacker
processhacker
master

搜索帮助