Skip to content

Commit b134c32

Browse files
committed
Fixed minor issues with appveyor scripts.
1 parent f2f2051 commit b134c32

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

ci/appveyor/googletest_build.bat

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ echo Building googletest solution: %REPOSITORY_ROOT%\third_party\googletest\msvc
33
echo =======================================================================
44
cd /d %REPOSITORY_ROOT%\third_party\googletest\msvc2010
55
msbuild "gtest.sln" /m /verbosity:minimal
6-
7-
echo =======================================================================
8-
echo Building googletest solution (done)
9-
echo =======================================================================
6+
echo done.
7+
echo.
8+
echo.

ci/appveyor/googletest_install.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ echo done.
2020
echo.
2121

2222
echo ======================================================================
23-
echo Cloning google test repository
23+
echo Cloning googletest repository
2424
echo =======================================================================
2525
git clone https://github.com/google/googletest.git %REPOSITORY_ROOT%\third_party\googletest
2626
cd /d %REPOSITORY_ROOT%\third_party\googletest
@@ -29,7 +29,7 @@ echo done.
2929
echo.
3030

3131
echo =======================================================================
32-
echo Generating google test Visual Studio 2010 solution
32+
echo Generating googletest Visual Studio 2010 solution
3333
echo =======================================================================
3434
cd /d %REPOSITORY_ROOT%\third_party\googletest
3535

ci/appveyor/list_env_var.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ echo =======================================================================
22
echo Displaying Environnment Variables
33
echo =======================================================================
44
set
5+
echo done.
6+
echo.

0 commit comments

Comments
 (0)