Skip to content

Commit

Permalink
Fixed a small error in install_googletest.bat script.
Browse files Browse the repository at this point in the history
  • Loading branch information
end2endzone committed Apr 24, 2020
1 parent 33e62d6 commit 24b0a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/appveyor/install_googletest.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ set GTEST_ROOT=%APPVEYOR_BUILD_FOLDER%\third_parties\googletest\install
echo ============================================================================
echo Cloning googletest into %APPVEYOR_BUILD_FOLDER%\third_parties\googletest
echo ============================================================================
mkdir %APPVEYOR_BUILD_FOLDER%\third_parties2 >NUL 2>NUL
cd %APPVEYOR_BUILD_FOLDER%\third_parties2
mkdir %APPVEYOR_BUILD_FOLDER%\third_parties >NUL 2>NUL
cd %APPVEYOR_BUILD_FOLDER%\third_parties
git clone "https://github.com/google/googletest.git"
cd googletest
echo.
Expand Down

0 comments on commit 24b0a74

Please sign in to comment.