1 Star 0 Fork 0

LinRaise/TortoiseGit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
appveyor.yml 801 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sven Strickroth 提交于 2015-03-12 03:10 +08:00 . Circumvent SSL problems on AppVeyor
version: '{branch}.{build}'
skip_tags: true
init:
- git config --global user.email "dummy@example.com"
- git config --global user.name "Dummy Name"
build_script:
- perl -pi'~' -e "s#https://git.chromium.org#http://git.chromium.org#g" .gitmodules
- git submodule update --init -- ext/gtest ext/libgit2 ext/tgit ext/zlib
- msbuild "src\TortoiseGit.sln" /t:"test\UnitTests" /m /verbosity:minimal /p:Configuration=Debug /p:Platform=x64 /maxcpucount /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- msbuild "src\TortoiseGit.sln" /t:"test\UnitTests" /m /verbosity:minimal /p:Configuration=Debug /p:Platform=Win32 /maxcpucount /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
test_script:
- bin\Debug\bin\tests.exe
- bin\Debug64\bin\tests.exe
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/LinRaise/TortoiseGit.git
git@gitee.com:LinRaise/TortoiseGit.git
LinRaise
TortoiseGit
TortoiseGit
master

搜索帮助