|
1 | | -REM ====================================================================== |
2 | | -REM Cloning google test repository |
3 | | -REM ======================================================================= |
| 1 | +echo ====================================================================== |
| 2 | +echo Cloning google test repository |
| 3 | +echo ======================================================================= |
4 | 4 | git clone https://github.com/google/googletest.git c:\projects\third_party\googletest |
5 | 5 | cd /d c:\projects\third_party\googletest |
6 | 6 | git checkout release-1.6.0 |
7 | 7 |
|
8 | | -REM ======================================================================= |
9 | | -REM Generating google test Visual Studio 2010 solution |
10 | | -REM ======================================================================= |
| 8 | +echo ======================================================================= |
| 9 | +echo Generating google test Visual Studio 2010 solution |
| 10 | +echo ======================================================================= |
11 | 11 | mkdir msvc2010 |
12 | 12 | cd msvc2010 |
13 | 13 | cmake -G "Visual Studio 10 2010" -Dgtest_force_shared_crt=ON -DCMAKE_CXX_FLAGS_DEBUG=/MDd -DCMAKE_CXX_FLAGS_RELEASE=/MD "c:\projects\third_party\googletest" |
14 | 14 | cd.. |
15 | 15 |
|
16 | | -REM ======================================================================= |
17 | | -REM Displaying Environnment Variables |
18 | | -REM ======================================================================= |
| 16 | +echo ======================================================================= |
| 17 | +echo Displaying Environnment Variables |
| 18 | +echo ======================================================================= |
19 | 19 | set |
20 | 20 |
|
21 | | -REM ======================================================================= |
22 | | -REM Building google test library |
23 | | -REM ======================================================================= |
| 21 | +echo ======================================================================= |
| 22 | +echo Building google test library |
| 23 | +echo ======================================================================= |
24 | 24 | msbuild "msvc2010\gtest.sln" /m /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" |
25 | 25 |
|
26 | | -REM ======================================================================= |
27 | | -REM Done |
28 | | -REM ======================================================================= |
| 26 | +echo ======================================================================= |
| 27 | +echo Done |
| 28 | +echo ======================================================================= |
0 commit comments