| # Only test one combination: "Visual Studio 12 + Win64 + Debug + DLL". We can |
| # test more combinations but AppVeyor just takes too long to finish (each |
| # combination takes ~15mins). |
| - ps: Start-FileDownload https://googlemock.googlecode.com/files/gmock-1.7.0.zip |
| - rename gmock-1.7.0 gmock |
| - if %platform%==Win32 set generator=Visual Studio 12 |
| - if %platform%==Win64 set generator=Visual Studio 12 Win64 |
| - if %platform%==Win32 set vcplatform=Win32 |
| - if %platform%==Win64 set vcplatform=x64 |
| message: /.*\[skip appveyor\].*/ |