Skip to content

Commit

Permalink
Update gtest submodule URL
Browse files Browse the repository at this point in the history
Signed-off-by: Sup Yut Sum <[email protected]>
  • Loading branch information
ch3cooli committed Jun 20, 2015
1 parent 473dd39 commit f256eac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
url = https://code.google.com/p/tortoisegit.pcre/
[submodule "ext/gtest"]
path = ext/gtest
url = https://git.chromium.org/external/googletest.git
url = https://chromium.googlesource.com/external/gtest.git
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ init:
- git config --global user.email "[email protected]"
- 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"
Expand Down

0 comments on commit f256eac

Please sign in to comment.