We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e62d6 commit 24b0a74Copy full SHA for 24b0a74
ci/appveyor/install_googletest.bat
@@ -11,8 +11,8 @@ set GTEST_ROOT=%APPVEYOR_BUILD_FOLDER%\third_parties\googletest\install
11
echo ============================================================================
12
echo Cloning googletest into %APPVEYOR_BUILD_FOLDER%\third_parties\googletest
13
14
-mkdir %APPVEYOR_BUILD_FOLDER%\third_parties2 >NUL 2>NUL
15
-cd %APPVEYOR_BUILD_FOLDER%\third_parties2
+mkdir %APPVEYOR_BUILD_FOLDER%\third_parties >NUL 2>NUL
+cd %APPVEYOR_BUILD_FOLDER%\third_parties
16
git clone "https://github.com/google/googletest.git"
17
cd googletest
18
echo.
0 commit comments